随笔分类 -  Git

mac 环境下sourcetree 每次git操作要输入密码
摘要:1. 软件的 偏好设置 -> GIT -> 使用系统安装的git 2. git config --global credential.helper store 全局保存 Git的用户信息 阅读全文
posted @ 2020-12-24 15:29 小帅豹 阅读(800) 评论(0) 推荐(0)
更换git用户名或密码
摘要:Windows10下更换Git用户名或密码:https://jingyan.baidu.com/article/642c9d3435a6e9644a46f732.html git清除用户名密码 git config --system --unset credential.helper Git保存用户 阅读全文
posted @ 2018-07-19 16:33 小帅豹 阅读(2807) 评论(0) 推荐(0)
Centos Git1.7.1升级到Git2.2.1
摘要:转载:https://blog.csdn.net/silvercell/article/details/52439364 安装需求: ># yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciid 阅读全文
posted @ 2018-04-08 14:52 小帅豹 阅读(1072) 评论(0) 推荐(0)
Git提交记住用户名和密码
摘要:https://www.baidu.com/link?url=R14MHMloypfAfIeiQwCINfY1AZlcoSU7-tYdnqC1PxfmFKs4TWzLOPdtyJbWVfqMqOkRxUNJpbMaaiikbpIRcQDJsODS0olgtrwNcpH2sAO&wd=&eqid=a1 阅读全文
posted @ 2018-04-08 14:51 小帅豹 阅读(1241) 评论(0) 推荐(0)