ThirtyDegreesRay / OpenHub

An open source GitHub Android client app, faster and concise.
https://thirtydegreesray.github.io/OpenHub/
GNU General Public License v3.0
4.23k stars 413 forks source link

希望软件能够支持clone仓库到本地查看。 #408

Open ramwin opened 2 years ago

jiesou commented 2 years ago

clone 是 git 的操作(而不是Github) 而且你可以下载打包 zip 后的源码

ramwin commented 2 years ago

clone 是 git 的操作(而不是Github) 而且你可以下载打包 zip 后的源码

不可以的. 你能clone吗. 网页上也没有Clone的按钮.

[#2#wangx@aliyun:tmp] $ git clone git@github.com: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] $
ramwin commented 2 years ago

image

jiesou commented 2 years ago

已经说了 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 是探讨这个软件问题的地方,而不是解决你的低级问题的地方

ramwin commented 2 years ago

我都被你带偏了。我说希望能够clone是指这个安卓软件内无法clone。希望能支持。这个issue并不是我提的,好像是在用这个软件的时候,意见反馈里反馈触发的。

jiesou commented 2 years ago

clone 是 Git 的操作,, OpenHub 是 GitHub 的 Android 第三方客户端 你要克隆仓库应该用 Git,而不是 GitHub 客户端 而且 OpenHub 也有下载仓库打包后 Zip 的功能 我都被你带偏了,,