gitea: create admin user

 

 

gitea admin user create --admin --username [username]--password [password] --email [emailaddress]

 

 

 

 

 

 

touch README.md
git init
git checkout -b main
git add .
git commit -m "first commit 2"
git remote add origin ssh://git@[remote_ip]:22022/[user]/[repo_name].git
git push -u origin main

Leave a Reply

Your email address will not be published. Required fields are marked *