Git Remote Problem

Hi,

I have a project that can’t push to remote I get the error below.

I have tried with both github and gitlab. I can push another project to gitlab so the auth seems to be okay.

Any ideas what it could be?

Thanks,

1 Like

Hi,
I had the same problem recently.
Sometimes it’s because a file is much bigger than allowed…
In my case I hab to kill the GIT dir + the .git file and recreate them with a fresh Git repo.

1 Like

Thanks @sylvainbaron .

I think it could be due to my postgres log file. Think this may be over that size. Did you just delete that file or was it a different file on yours causing the issue?

This is still not working for me. The biggest file I can see is around 30mb.

How did you kill the git dir?

30mb should be alright as reading the wappler topics.
Just open your Finder > open your project Showing the hidden files (Shift + command + ; using Mac)

Delete the “.git” repo the “.gitignore” file.
Then you 'll be able to recreate a fresh one.

Be sure to back-up your project before :wink: