Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
You should use the git user in Supervisor gogs configuration section instead of root user.
user=git
In 14.04, you can also use a new file, let’s say /etc/supervisor/conf.d/gogs.conf, it’s easier to manage.
Christophe
Hey!
First: thanks for a great tutorial!
fatal: ‘hermanolsson/my-test-repo.git’ does not appear to be a git repository fatal: Could not read from remote repository.
error. When entering the full path /home/git/gogs-repositories/herm… it works fine. The gogs admin interface says ‘/home/git/gogs-repositories’ as the repository root path.
Any ideas on how to solve this?
Hello, When I tried to push or make clone I got :
git@IP_SERVER's password:
Why ? when I put the password it says :
fatal: 'kouceyla/qard-hasan.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Kouceyla
It looks like it works. The front interface is fully usable. Repo are created, it is fast, but… after creating a user on the gogs front and added the SSHKEY to it, a basic :
git clone git@myserver.com:gabrielstuff/test.git
return a password prompt… And none password work… Normally it should just clone it.
Any help would be much appreciated.
hi,
i’ve got a question, after i ran the commands above, all of the folders inside /home/git changed ownership to root:root. eventhough when i check with (ps aux) command the command gogs web is run by git. is it supposed to be that way or is it supposed to stay owned by git:git?
About file permission issue, see solution on https://github.com/gogits/gogs/issues/1160#issuecomment-87074899
Can we get a 1 click app for Gogs? GitLab is nice, but it’d be nice to have an alternative like Gogs as well. Thanks!
Every time I restart the superuser, I get the following error:
Restarting supervisor: Error: Invalid user name git For help, use /usr/bin/supervisord -h
Does anyone know, what is going wrong?
Thanks for the tutorial, i did it some times ago and it was perfect :)
But I have a question, how do you update gogs ?
Thanks :)