githubにpushするときに,ユーザー名とパスワードを聞かれないようにする設定
- github に push するときに,ユーザー名とパスワードを聞かれて面倒
- How do I ensure Git doesn't ask me for my Github username and password?
- "git config -l" で表示される,"remote.origin.url" を書き換える('https' から始まっていた)
$ git config remote.origin.url [email protected]:your_username/your_project.git