YunoHost-Apps / gitea_ynh

Gitea is a fork of Gogs. A git platform, Mirror of https://framagit.org/YunoHost-Apps/gitea_ynh
https://gitea.io
MIT License
22 stars 17 forks source link

Uploading Files to YNH Gitea - Conflicting & Unclear How to Fix #58

Open Beeblebrox-BSD opened 1 year ago

Beeblebrox-BSD commented 1 year ago

1.

2.

Describe the bug

a) Web interface does not have a "Upload Files" to the new repo button, however several web sources mention this . Does this exist? it's unclear. Can local files be uploaded through web interface? b) Git push also does not work (Install option as Public per Gitea docs) I initialize, add & commit my local folder. I then git remote add origin ssh://git@gitea.<domain>/gitea/<user>/<repo> git push -u origin master I get: error: src refspec master does not match any error: failed to push some refs to 'ssh://<domain>/gitea/<user>/<repo>

3. I looked through /etc/yunohost/apps/gitea/conf/app.ini for some clues to enable features but I chose not to break something that is semi-working. If there's a config option to resolve this that would be great!

So I'm at a loss on how to upload files & code to my YNH Gitea repos.

Context

Logs

N/A

tituspijean commented 1 year ago

2.b. : are you sure the repository has a master branch, not one called main?