简体   繁体   中英

Can't Clone Git Repository

I am trying to clone the repository at https://github.com/aporter/coursera-android-labs/tree/master/TheActivityClass/Lab2_ActivityLab with the command

git clone https://github.com/aporter/coursera-android-labs/tree/master/TheActivityClass/Lab2_ActivityLab

But it says it can't find the repository. This should be simple and I can clone other repositories. Thanks.

The path you gave is not a repo, but a sub directory of that repo.

Try this instead:

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

你可以克隆它

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM