2015-07-01 13 views
5

senaryo böyledir giden kapatırsa. Depomda bir "çatal" yapmak istiyorum. Ancak, belirli bir dalı ve tüm repoyu değil de bir yol bulmayı başaramadığım için el ile itmeye karar verdim. Bunun için github üzerinde yeni bir depo oluşturdum.Git itme internet problemlerinin

* aosp = https://android.googlesource.com/path_to_project.git 
#The default remote using which I synced repo 

* upstream = https://github.com/<my github user-name>/<newly created repo name>.git 
#The remote I added manually 

aşağıdaki yöntemle itmeye çalıştım:

#First added remote to that bare repository 
git remote add upstream https://github.com/<my github user-name>/<newly created repo name>.git 

#This is the branch for which I want to fork that project 
git checkout -b kitkat-mr2.2-release 

#I want the branch to be named kitkat in my own repo 
git push -u upstream kitkat-mr2.2-release:kitkat 

çıkışını aşağıdaki gibidir:

Projem iki uzaktan kumanda vardır

Counting objects: 869653, done. 
Delta compression using up to 8 threads. 
Compressing objects: 100% (200676/200676), done. 
Writing objects: 100% (869653/869653), 1.23 GiB | 101.65 MiB/s, done 
Total 869653 (delta 582065), reused 867347 (delta 581182) 

Ve sonra kalır Orada. Küçük bir web araması bana bunun böyle olması gerektiğini söyledi, ben de normal olduğunu düşünüyorum. Ama bir süre sonra tüm internetim çalışmayı durdurur. Sistem Monitörü hala normal yükleme hızını ve benzerlerini gösterir, ancak interneti kullanamıyorum. Bu/Her üzerindeki herhangi bir web sayfasını beni bu vererek başlar:

enter image description here

bile herhangi bir web sayfası ben wifi aynı sonucu verir kullanarak telefonu üzerinde açın. Ve bu hatayı/hatayı aşmak için modemimi yeniden başlatmalıyım.

Ayrıca git push'dan önce git config http.postBuffer 1825361101 (tekrar, web araması sonucunda) kullanmayı denedim, ancak bu da işe yaramıyor.

Lütfen bu sorunu çözmeme yardımcı olun. Github'a oldukça yeni, hala birçok şeyi anlamaya çalışıyorum. Teşekkürler.

git config --global sendpack.sideband false 

Şimdi git push çalışıyor: problem haline daha fazla araştırma ile

cevap

2

, işe görünüyor bu çözümü buldum.