2016-01-12 30 views

回答

1

試試這個:

  1. git init(除非你已經這樣做了)
  2. git config user.name "someone"
  3. git config user.email "[email protected]"
  4. git add *
  5. git commit -m "some init msg"

請注意,您使用的電子郵件應與您的GitHub帳戶相關聯。