小七来了

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  git工具

git仓库代码地址更改了,已经拉到本地的项目如何提交到新的git仓库
摘要:git remote remove origin //移除原来仓库地址 git remote add origin 新仓库地址xxx //添加新仓库地址 git push -u origin master //第一次设置默认的远程分支 可操作可不操作 阅读全文

posted @ 2023-12-22 15:26 小七来了 阅读(60) 评论(0) 推荐(0) 编辑

Git克隆项目提示主机没有匹配证书 SSL: no alternative certificate subject name matches target host name 'xx'
摘要:提示 SSL: no alternative certificate subject name matches target host name 'xxxxx' 解决方法:设置git忽略校验证书,运行一下代码 git config --global http.sslVerify false 阅读全文

posted @ 2023-11-08 13:36 小七来了 阅读(1319) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示