Webstorm Git Push失败,远程仓库读取错误,如何解决?
- 内容介绍
- 文章标签
- 相关推荐
本文共计96个文字,预计阅读时间需要1分钟。
最近用IDEA上的Git功能时遇到问题,可以commit但无法push和pull,测试发现原因为Could not read from remote repository。
最近用IDEA上的git功能出现了可以commit但无法push和pull的问题,测试发现原因是Couldnotreadfromremoterepository,在StackOve最近用IDEA上的git功能出现了可以commit但无法push和pull的问题,测试发现原因是Could not read from remote repository,在Stack Overflow上发现了解决方法。
在Settings->Version Control->Git中,将SSH executable设置为Native即可,如图,红色方框中是要修改的地方。
本文共计96个文字,预计阅读时间需要1分钟。
最近用IDEA上的Git功能时遇到问题,可以commit但无法push和pull,测试发现原因为Could not read from remote repository。
最近用IDEA上的git功能出现了可以commit但无法push和pull的问题,测试发现原因是Couldnotreadfromremoterepository,在StackOve最近用IDEA上的git功能出现了可以commit但无法push和pull的问题,测试发现原因是Could not read from remote repository,在Stack Overflow上发现了解决方法。
在Settings->Version Control->Git中,将SSH executable设置为Native即可,如图,红色方框中是要修改的地方。

