github - Can't Clone Git Repository -


i trying clone repository @ https://github.com/aporter/coursera-android-labs/tree/master/theactivityclass/lab2_activitylab command

git clone https://github.com/aporter/coursera-android-labs/tree/master/theactivityclass/lab2_activitylab 

but says can't find repository. should simple , can clone other repositories. thanks.

the path gave not repo, sub directory of repo.

try instead:

git clone https://github.com/aporter/coursera-android-labs 

Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -