-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitea throws error 400 when mirroring starred repository #9
Comments
Hi, |
if you could share the action log to test then it would be easy to debug more on this. |
Hi, Here is the full output: |
Thanks for sharing the log. and yes i was able to replicate but not multiple times. The error was due to Gitea instance was not responding may be due to Database connection error or some system error. I just restarted the service and it worked perfectly. I am currently using the latest version of Gitea and our mirror code works good. you just need to optimize your instance if you are just going to use it just for local mirror of your github account here is my config
|
Thanks so much for looking into this for me. I did suspect that my Gitea instance was to blame. I'll look into updating and optimizing it. |
Hello!
When the script attempts to mirror a starred repository, my local Gitea instance throws the following error:
I've performed a fresh
git clone
, replacing only myconfig.json
, but it hasn't helped.What version of Gitea have you tested this against? If the API has changed, I may need to update my local instance.
Thanks! :)
The text was updated successfully, but these errors were encountered: