bitbucket - errors while committing the repository in sourcetree, Git window client -
i new bitbucket, git , sourcetree. created repository on bitbucket, installed sourcetree client win 7, clone repository local desktop folder, placed file in local folder, when try commit changes, sourcetree give me following errors.
git -c diff.mnemonicprefix=false -c core.quotepath=false commit -q -f c:\users\shahjahan_khokher\appdata\local\temp\vrkvrvyu.uba
* please tell me are.
run
git config --global user.email "you@example.com" git config --global user.name "your name"
to set account's default identity. omit --global set identity in repository.
fatal: unable auto-detect email address (got 'shahjahan_khokher@shahjahan_khokh.(none)')
completed errors, see above.
how can resolve issue , successful commit , push.
the easiest way solve issue identity without using git bash set in sourcetree directly: -
- got menu: tools -> options
- on general tab fill in full name , email address fields
- click ok button
- commit files :)
Comments
Post a Comment