VS2013 - GIT not working

匿名 (未验证) 提交于 2019-12-03 07:50:05

问题:

I've recently installed VS2013. Whenever I try to do anything with GIT I get the following 2 messages in the output window:

An error was raised by libgit2. Category = Unknown (Error). No error message has been provided by the native library

回答1:

The issue may come mainly in remote repository fetching. Before cloning remote repository, please open the remote url and check whether it is accessible from the local system.

For ex when i want to connect to \1.1.1.1\mygit, open this path in the command window and check if it is accessible. If the remote system is also on the same network and proper permission is given, then it will allow to connect. In case of secured networks, while opening the path, it will ask for credentials to connect to 1.1.1.1 and only after entering the credentials, we will be able to connect



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!