Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ramwin opened this issue Oct 26, 2021 · 6 comments
Open

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

ramwin opened this issue Oct 26, 2021 · 6 comments

Comments

@ramwin
Copy link

ramwin commented Oct 26, 2021

No description provided.

@jiesou
Copy link

jiesou commented Feb 4, 2022

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

@ramwin
Copy link
Author

ramwin commented Feb 4, 2022

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] $

@ramwin
Copy link
Author

ramwin commented Feb 4, 2022

image

@jiesou
Copy link

jiesou commented Feb 5, 2022

已经说了 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
Copy link
Author

ramwin commented Feb 5, 2022

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

@ramwin ramwin changed the title 希望能够clone 希望软件能够支持clone仓库到本地查看。 Feb 5, 2022
@jiesou
Copy link

jiesou commented Feb 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants