在用webstorm进行代码commit和push失败,而且webstorm提示这个信息:Could not read from remote repository
- 项目文件夹下面修改 config配置
对应的 URL 改成 https://github.com + 项目路径
- 记住密码命令
git config --global credential.helper store
本文介绍如何解决在使用WebStorm过程中遇到的commit和push失败问题,主要原因是远程仓库配置不正确,通过修改config文件中的URL并设置凭据帮助器来解决。
在用webstorm进行代码commit和push失败,而且webstorm提示这个信息:Could not read from remote repository
对应的 URL 改成 https://github.com + 项目路径
git config --global credential.helper store
3052
1762
336
1691
861

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