IlyaSemenov / gitlab-ci-git-push

Gitlab CI runner image that pushes to a remote Git repo (Dokku, Heroku, Deis, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working on gitlab.com ?

kissu opened this issue Β· comments

Hey, I'm not sure if I get it right. Does this package allow me to push to a regular private https://gitlab.com/username/repo ? πŸ™

Yes, that's the primary purpose of the tool.

Because I tried git-push kissu@gitlab.com:test_weblate master but it not did worked. πŸ™€
Not sure what I messed up here (my un-encrypted SSH key is set).
image

Ah, I didn't read that you're asking about gitlab.com specifically. I'll try it in a bit.

I could not reproduce the problem. I successfully pushed a repo from self-hosted GitLab CI/CD to a test private repo on gitlab.com.

I believe you're using a wrong connection string. It should be git-push git@gitlab.com:kissu/test_weblate and not how you put it.