盛世宏图 发表于 2024-11-15 07:11:35

http拉取git仓库,每次都要输入帐号暗码,Ubuntu上记着帐号暗码

1,用文本形式,打开.git-credentials文件
     sudo gedit .git-credentials
2,在里面输入
       http://username:password@github.com
      其中,http://username:password@git服务器域名
3,刷新
git config --global credential.helper store 4,这时
      /home/用户名/.gitconfig 会新增一项
  helper = store
  这是再执行git push/pull的时候就不会在要求你输入暗码了。

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: http拉取git仓库,每次都要输入帐号暗码,Ubuntu上记着帐号暗码