LoginSignup
1
1

More than 5 years have passed since last update.

git configでuser.nameを設定しているのに毎回Usernameを聞かれる場合、remoteのurlを確認する。

Posted at

(・Θ・) oO( GitHub EnterpriseだとHTTPが初期値で表示されてたから……

確認

git remote -v
  • OK … git@ghe.example.local:project/repository.git
  • NG … http://ghe.example.local/project/repository.git

設定

git remote set-url origin git@ghe.example.local:project/repository.git

ずどさんありがとう

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1