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: -

  1. got menu: tools -> options
  2. on general tab fill in full name , email address fields
  3. click ok button
  4. commit files :)

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -