G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Error when uploading or creating a repository #321

Closed hbaagil closed 1 year ago

hbaagil commented 1 year ago

Hi,

I have problems uploading files to an existing repository (see below) in gin which was working fine before. Therefore I don't know what went wrong. When I tried to test to create a repository, it works but locally there is a problem since there were no repository created (please see below).

**:: Uploading ssh: connect to host gin.g-node.org port 22: Operation timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. ssh: connect to host gin.g-node.org port 22: Operation timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Pushing to origin failed. sync: 1 failed**

**:: Creating repository 'hbaagil/testrepo1' OK Downloading repository Repository download failed. Internal git command returned: Cloning into 'testrepo1'... ssh: connect to host gin.g-node.org port 22: Operation timed out fatal: Could not read from remote repository.

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

Thank you in advance!

Best, Hamzah