GitLab: Can't push code to server?

后端 未结 6 1487
傲寒
傲寒 2021-02-09 07:57

I\'ve installed GitLab on an Ubuntu Server. Everything seems to work fine except I can\'t push/pull/clone to/from the server.

When I push I get the general error message

6条回答
  •  攒了一身酷
    2021-02-09 08:08

    You can test it with the command bellow. When you login it should say your name.

    ssh -T git@myserver.com

    Welcome to GitLab, Christian Hammer!

    If it says "Welcome to GitLab, Anonymous!" gitlab does not recognise you as a user of gitlab.

提交回复
热议问题