随笔分类 -  GIT

摘要:情景复现 我是先创建一个空文件夹,然后进行仓库初始化。之后在添加新分支的时候报的这个错误 参考 https://www.cnblogs.com/fatfatdachao/p/5597028.html https://blog.csdn.net/Lakers2015/article/details/1 阅读全文
posted @ 2023-03-27 20:41 HypoPine 阅读(69) 评论(0) 推荐(0) 编辑
摘要:git config --global -l # 这两条不管用 git config --global --unset http.proxy git config --global --unset https.proxy 我的解决办法 查询 github IP地址,然后配置到 hosts 文件上即可 阅读全文
posted @ 2022-12-18 22:36 HypoPine 阅读(20) 评论(0) 推荐(0) 编辑
摘要:解决办法 git config --global http.sslVerify true 阅读全文
posted @ 2022-12-05 23:50 HypoPine 阅读(138) 评论(0) 推荐(0) 编辑
摘要:问题描述 新建仓库执行 git pull 报错,提示fatal: couldn't find remote ref master 解决办法 不用解决,可以正常提交 阅读全文
posted @ 2022-12-05 23:42 HypoPine 阅读(203) 评论(0) 推荐(0) 编辑
摘要:问题描述 git 执行 push 命令时提示:The Requested URL return error 403 问题分析 权限不够,仓库在创建后重装过电脑,管理员不同 解决办法 删库重开 https://blog.csdn.net/BigFamer/article/details/1214679 阅读全文
posted @ 2022-12-05 23:27 HypoPine 阅读(28) 评论(0) 推荐(0) 编辑
摘要:创建仓库完全空白 阅读全文
posted @ 2022-10-19 21:38 HypoPine 阅读(10) 评论(0) 推荐(0) 编辑
摘要:git config --global --unset http.proxy git config --global http.sslVerify "false" ` 阅读全文
posted @ 2022-05-22 22:04 HypoPine 阅读(33) 评论(0) 推荐(0) 编辑

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