2015-05-23 9 views
5

Ich kann nicht ziehen/Push auf Remote-Repo in bitbucket oder Zweig lokal ändern. Ich erhalte folgende Fehler.Git-Fehler: kann nicht stat : Protokoll Fehler

* 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 

Wie kann ich das beheben oder diese Dateien in bitbucket entfernen?

+0

Haben Sie das jemals herausgefunden? Ich habe das gleiche Problem. –

Antwort

1

Vielleicht kann dies helfen, auch wenn Ihr Problem nicht mit git rebase zu tun hat:

git rebase error

Grundsätzlich ist zu sagen, dass Sie alle Programme schließen, müssen diese Dateien mit (manchmal die Verwendung von Taskmanager).

Wenn das nicht funktioniert, würde ich empfehlen, das Projekt an einem anderen Speicherort zu klonen und dann alle Dateien, die Sie geändert haben, an den neuen Speicherort unter dem richtigen Pfad zu kopieren. Dann können Sie von dort aus ohne Probleme committen und pushen.

Verwandte Themen