Failed to inflate packfile Visual Studio Error

坚强是说给别人听的谎言 提交于 2019-12-11 02:12:36

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/29942143/failed-to-inflate-packfile-visual-studio-error

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