关于GIT 的 fatal: unable to access 'https://gitee.com/项目名称/ceshi.git/': Could not resolve host: gitee.com; Unknown error 报错
解决方法:
重置本机git设置git config --global credential.helper store
博客主要围绕GIT出现的报错展开,报错信息为fatal: unable to access 'https://gitee.com/项目名称/ceshi.git/': Could not resolve host: gitee.com; Unknown error ,并给出了解决方法,即重置本机git设置,使用命令git config --global credential.helper store。
关于GIT 的 fatal: unable to access 'https://gitee.com/项目名称/ceshi.git/': Could not resolve host: gitee.com; Unknown error 报错
解决方法:
重置本机git设置git config --global credential.helper store
9万+
2万+
1137
1762
467

被折叠的 条评论
为什么被折叠?