随笔分类 -  Git

摘要:在终端中添加一下配置信息 git config --global core.quotepath false git config --global gui.encoding utf-8 git config --global i18n.commit.encoding utf-8 git config 阅读全文
posted @ 2022-02-24 16:43 Fixdq 阅读(96) 评论(0) 推荐(0)
摘要:git config --global http.proxy http://127.0.0.1:9999 git config --global https.proxy https://127.0.0.1:9999 阅读全文
posted @ 2020-10-05 09:35 Fixdq 阅读(136) 评论(0) 推荐(0)
摘要:一、问题描述 以github为例 每次在向github服务器 推送代码(git push),都会提示输入用户名密码 二、问题原因 在clone 代码时使用的是HTTS协议 三、解决方法 1.clone代码时使用SSH协议 2.本地git配置 打开终端 3.生成一个新密钥并将它添加到github gi 阅读全文
posted @ 2018-05-21 00:00 Fixdq 阅读(1372) 评论(0) 推荐(0)