Answer the question
In order to leave comments, you need to log in
Why does git throw an error remote: Push to create is not enabled for users when creating a repository?
In WSL Ubuntu 20.04 I create a repository in GiTea
git remote add origin https://git.domain.com/user/app_name.git
git push -u origin master
remote: Push to create is not enabled for users.
fatal: unable to access 'https://git.domain.com/user/app_name.git/': The req
uested URL returned error: 403
Answer the question
In order to leave comments, you need to log in
in the vim terminal .gitconfig you need to change the url from https to ssh
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question