2016-03-23 9 views
1

Klonladığımda "Korsanlık 'hack' ..." yazıyor ama C: \ github'da bir şey bulamıyorum ve cd proje adı yazdığımda hata mesajı: Mevcut klasöre projeyi klonlamakPencerelerde repo'yu rehpoze edemiyorum

Set-Location : Cannot find path 'C:\github\' 

cevap

1

, adıyla klasöre

cd içeriği klonlanmış içindeki geçerli klasöründe bulunur

# clone the project to the current directory 
git clone <url> 

# cd into the code folder 
cd <project name> 

kesmek ad.

enter image description here