ZendStudio Git Error 问题集锦

一、Cannot retrieve branches.Check if the provided repository location is valid.
错误原因:
Git 认为服务器 SSL 证书不可信,导致连接不到服务器。

解决办法1:
ZendStudio >> Windows >> Preferences >> Team >> Git >> Configuration >> Add Entry

Key = http.sslVerify ;Value = false

原文参考:http://www.im87.net/topics/zendstudio-git-errors/

解决方法2:
1) Import Git -> Projects from Git
2) Import as General Project
3) right clicking from the PHP Explorer -> Configure -> Add PHP Support
原文参考:http://www.stackoverflow.dluat.com/questions/9562618/cannot-retrieve-branches-check-if-the-provided-repository-location-is-vaid

说明:解决方法1试了不成功,解决方法2只是执行到第3步的流程,然后退出,上面的问题就自动解决了

发表评论?

0 条评论。

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据