VS2013 - GIT不工作 [英] VS2013 - GIT not working

查看:305
本文介绍了VS2013 - GIT不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近安装了VS2013。每当我尝试用GIT做任何事情时,我都会在输出窗口中看到以下两条消息:



libgit2引发了一个错误。类别=未知(错误)。
本地库没有提供错误消息

解决方案

这个问题可能主要来自远程仓库抓取。
在克隆远程存储库之前,请打开远程URL并检查它是否可从本地系统访问。



对于当我想连接到\ 1.1.1.1 \mygit,在命令窗口中打开此路径并检查它是否可访问。如果远程系统也在同一个网络上,并给予适当的许可,那么它将允许连接。在安全网络的情况下,打开路径时,它将要求提供凭证以连接到1.1.1.1,并且只有在输入凭证后,我们才能够连接

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

解决方案

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

这篇关于VS2013 - GIT不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆