2015-05-23 18 views
5

Non riesco a tirare/spingere al repository remoto in bitbucket o cambiare ramo in locale. Sto ottenendo i seguenti errori.errore git: impossibile stat <filename>: Errore di protocollo

* 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 

Come posso risolvere questo o rimuovere questi file in bitbucket?

+0

Lo hai mai capito? Sto avendo lo stesso problema. –

risposta

1

Forse questo può aiutare, anche se il problema non si ha a che fare con git rebase:

git rebase error

In sostanza si sta dicendo che è necessario chiudere tutti i programmi utilizzando i file (a volte utilizzando il task manager).

Se ciò non funziona, si consiglia di clonare il progetto in una posizione diversa e quindi copiare tutti i file modificati in quella nuova posizione sotto il percorso corretto. Quindi, puoi impegnarti e spingere da lì senza problemi.

Problemi correlati