无法使用git克隆存储库

时间:2018-02-07 21:39:48

标签: git beagleboard

我遇到了BeagleBone绿色无线,我正试图将一个代表克隆到它中

我试过

git clone git@github.com:username/test.git
ssh: connect to host github.com port 22: Network is unreachable
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

git clone https://github.com/username/test.git
Cloning into 'test'...
fatal: unable to access 'https://github.com/username/test.git/': Couldn't connect to server

还有其他方法可以克隆存储库吗?

1 个答案:

答案 0 :(得分:0)

是的,您可以将其克隆到具有网络连接的其他地方,并通过您用来将文件传输到Beagle Board上的任何方法复制该克隆。

但你应该fix your network connection on your Beagle Board代替。