2015-05-23 13 views
5

Tôi không thể kéo/đẩy tới repo từ xa trong bitbucket hoặc thay đổi chi nhánh cục bộ. Tôi nhận được các lỗi sau.lỗi git: không thể stat <filename>: Lỗi giao thức

* 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 

Làm cách nào để giải quyết vấn đề này hoặc xóa các tệp này trong bitbucket?

+0

Bạn đã bao giờ tìm ra điều này chưa? Tôi đang gặp vấn đề tương tự. –

Trả lời

1

Có lẽ điều này có thể giúp đỡ, ngay cả khi vấn đề của bạn không nhất thiết phải làm với git rebase:

git rebase error

Về cơ bản nó đang nói rằng bạn phải đóng bất kỳ chương trình sử dụng các tập tin (đôi khi sử dụng quản lý công việc).

Nếu cách này không hiệu quả, tôi khuyên bạn nên sao chép dự án ở một vị trí khác và sau đó sao chép tất cả các tệp bạn đã sửa đổi sang vị trí mới đó theo đúng đường dẫn. Sau đó, bạn có thể cam kết và đẩy từ đó mà không có bất kỳ vấn đề.

Các vấn đề liên quan