If I create a new local repository and try to push it to codeberg.org with
mkdir test-creation
cd test-creation
git init .
vi README.md
git add README.md
git commit
git remote add origin https://codeberg.org/martinwguy/test-creation
git push -u origin
it says:
remote: Push to create is not enabled for users.
fatal: unable to access 'https://codeberg.org/martinwguy/test-creation/': The requested URL returned error: 403
Some developers like Eric Wong of 80x24.org are bound to the command-line and have difficulty with web interfaces, so being forced to do essential stuff with the web interface is repellent to users with "special abilities".
If I create a new local repository and try to push it to `codeberg.org` with
```
mkdir test-creation
cd test-creation
git init .
vi README.md
git add README.md
git commit
git remote add origin https://codeberg.org/martinwguy/test-creation
git push -u origin
```
it says:
```
remote: Push to create is not enabled for users.
fatal: unable to access 'https://codeberg.org/martinwguy/test-creation/': The requested URL returned error: 403
```
Some developers like Eric Wong of `80x24.org` are bound to the command-line and have difficulty with web interfaces, so being forced to do essential stuff with the web interface is repellent to users with "special abilities".