随笔分类 - gitee
git 提交代码报错:fatal: unable to access 'http://xxx.xxx.com.xxx.git/': Could not resolve host:xxx.xxx.com
摘要:命令行输入: git config --global http.sslVerify false 再次提交,正常
阅读全文
摘要:cd到希望存储代码的目录路径,新建本地仓库 cd ~/<your path> git init 配置用户名和邮箱 git config user.name 'your name' git config user.email 'your email' 在gitee平台创建工程对用的仓库 略。。。 指定
阅读全文