无法克隆Git存储库

迈克尔·勒凡

我正在尝试使用以下命令https://github.com/aporter/coursera-android-labs/tree/master/TheActivityClass/Lab2_ActivityLab处克隆存储库

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

但是它说找不到存储库。这应该很简单,我可以克隆其他存储库。谢谢。

丹尼尔·拉尔森(Daniel Larsson)

您提供的路径不是存储库,而是该存储库的子目录。

尝试以下方法:

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

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章