OpenHub
OpenHub copied to clipboard
希望软件能够支持clone仓库到本地查看。
clone 是 git 的操作(而不是Github) 而且你可以下载打包 zip 后的源码
clone 是 git 的操作(而不是Github) 而且你可以下载打包 zip 后的源码
不可以的. 你能clone吗. 网页上也没有Clone的按钮.
[#2#wangx@aliyun:tmp] $ git clone [email protected]:ThirdDegreesRay/OpenHub.git
Cloning into 'OpenHub'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[#3#wangx@aliyun:tmp] $

已经说了 clone 是 Git 的操作,而不是 Github 的,仓库所有者只要将仓库公开就可以克隆
克隆仓库的语法为 git clone [url] 是 URL,而不是 SSH
$ git clone https://github.com/ThirtyDegreesRay/OpenHub
Cloning into 'OpenHub'...
remote: Enumerating objects: 9631, done.
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 100% (66/66), done.
remote: Total 9631 (delta 40), reused 72 (delta 25), pack-reused 9525
Receiving objects: 100% (9631/9631), 9.92 MiB | 5.97 MiB/s, done.
Resolving deltas: 100% (6295/6295), done.
Issues 是探讨这个软件问题的地方,而不是解决你的低级问题的地方
我都被你带偏了。我说希望能够clone是指这个安卓软件内无法clone。希望能支持。这个issue并不是我提的,好像是在用这个软件的时候,意见反馈里反馈触发的。
clone 是 Git 的操作,, OpenHub 是 GitHub 的 Android 第三方客户端 你要克隆仓库应该用 Git,而不是 GitHub 客户端 而且 OpenHub 也有下载仓库打包后 Zip 的功能 我都被你带偏了,,