我在尝试推送到在我的服务器上使用 gogs 托管的新创建的存储库时收到以下错误:
$ git push origin master
remote: User permission denied
fatal: unable to access 'https://myserver.co.uk/gogs/jacque/myRepo.git/': The requested URL returned error: 403
我可以在我的浏览器中正常访问 gogs,我可以毫无问题地克隆存储库,我只是无法推送到我的遥控器。
我知道这个问题已经被多次问过,但我似乎无法尝试任何其他答案。
有关更多信息,我在 windows 10 上使用 git for windows。我的服务器正在运行 raspbian。
编辑:如果使用 VS 初始化 repo,它可以正常工作,但这并不能解决我的问题。