linux下:
1.在~/下, touch創建文件 .git-credentials, 用vim編輯此文件,輸入:
https://{username}:{password}@github.com
注意去掉{}
2.在終端下執行 git config --global credential.helper store
3.可以看到~/.gitconfig文件,會多了一項:
[credential]
helper = store
linux下:
1.在~/下, touch創建文件 .git-credentials, 用vim編輯此文件,輸入:
https://{username}:{password}@github.com
注意去掉{}
2.在終端下執行 git config --global credential.helper store
3.可以看到~/.gitconfig文件,會多了一項:
[credential]
helper = store
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。