Open
Description
I have finished add gogs on OCP 3.5, register a user, and create a new repository, it all worked fine,
but once I try to clone the project and found the gogs host name not correct,
http - http://kylin/kitchensink.git
ssh - gogs@:kylin/kitchensink.git
If I try to clone the project the error looks as below
$ git clone gogs@:kylin/kitchensink.git
Cloning into 'kitchensink'...
ssh: Could not resolve hostname : Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[kylin@ksoong tmp]$ git clone http://kylin/kitchensink.git
Cloning into 'kitchensink'...
fatal: unable to access 'http://kylin/kitchensink.git/': Could not resolve host: kylin
Metadata
Metadata
Assignees
Labels
No labels