Skip to content

Can not clone the created project #16

@kylinsoong

Description

@kylinsoong

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions