首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >git错误:无法统计<filename>:协议错误

git错误:无法统计<filename>:协议错误
EN

Stack Overflow用户
提问于 2015-05-23 23:09:07
回答 1查看 1.8K关注 0票数 6

我无法在本地拉/推到bitbucket或change分支中的远程存储库。我得到了以下错误。

代码语言:javascript
复制
 * branch            master     -> FETCH_HEAD
Performing inexact rename detection: 100% (651/651), done.
error: cannot stat 'public/location-chambre-meublee/pictures?body_icons.png': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?chambre-meublee-montreal.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?colocation-montreal-canada-irie-location.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?colocation-montreal-etudiant-irie-location.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?colocation-montreal-irie-location.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?home-banner.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?icons-1.png': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?icons-2.png': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?icons-3.png': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?logo.png': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?merci-banner.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?proto.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?recherche-colocation-montreal-irie-location.jpg': Protocol error
error: cannot stat 'public/location-chambre-meublee/pictures?trouver-une-colocation-a-montreal-irie-location.jpg': Protocol error

如何在bitbucket中解决此问题或删除这些文件?

EN

回答 1

Stack Overflow用户

发布于 2016-02-19 18:45:41

这可能会有所帮助,即使你的问题与git rebase无关:

git rebase error

基本上,这意味着您必须关闭使用这些文件的所有程序(有时使用任务管理器)。

如果这不起作用,我建议将项目克隆到不同的位置,然后将您修改的所有文件复制到新位置的正确路径下。然后,您可以从那里提交和推送,没有任何问题。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30414230

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档