问题描述
我试图在github上拉一个项目的当前分支.当我在Visual Studios Team Explorer中单击同步"时,出现以下错误:
"An error occurred. Detailed message: Failed to inflate packfile"
关于如何解决此问题的任何想法?
我正在使用Visual Studio 2013 Update 4
我遇到了与本地代码存储库位于网络共享上相同的问题.为了解决这个问题,我首先使用GIT Windows客户端克隆了网络驱动器上的存储库.在VS2013中,我在Team Explorer中选择了LOCAL选项.
如果您不以管理员身份启动VS2013,则会发生此错误.
im trying to pull the current branch of a project on github.
When i click sync in Visual Studios Team explorer, I receive the following error:
"An error occurred. Detailed message: Failed to inflate packfile"
Any ideas on how I can fix this?
Im using visual studio 2013 with update 4 by the way
I had the same issue where my local code repository was on a network share. To fix this I used the GIT Windows client to CLONE the repository on the network drive first. Than in VS2013 I selected the LOCAL option within Team Explorer.
This error can happened if you don't launch VS2013 as admin.
这篇关于无法给packfile充气Visual Studio错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!