Receiving Error when Pushing to Git

I am trying to do an initial push of code to GitLab but am receiving to following error in the screenshot.

“Error: LibGit2Sharp.LibGit2SharpException: request failed with status code: 408”
image

I have created the GitLab repository, I created a personal access token to use as credentials, and I am using HTTPS to clone. Another note, it tells me the remote repository is out of date so I am choosing to overwrite remote content…not sure if this matters. Is there something I am doing wrong?

Thanks

Hi @jpreziuso

Here is the solution thread for your query,

Hope it helps!!

Thanks for this. That thread seems to be for a specific Invalid URL error where as mine is status code 408 error with no specific detail. I will check permissions though against other users

1 Like

@jpreziuso

408 generally is due to timeout

Few thing you can checkare these

  1. Is the package beinbg submitted too heavy?
  2. Are there any firewall blocks? If ao try turning them off
  3. Is the remote server disconnecting intermittently

Cheers

Thank you, two comments on these points.

  1. I am unsure if the package is too big, it is kinda weird.

image

Properties shows 151 folders but only 3.4 MB? Also the specific project folder does not contain 151 folders…so is it counting all the folders in prior directories in the full path?

  1. Is there a good and/or easy way to check for firewall blocks?

Thanks

@jpreziuso

Go to your firewall and whitelist the git repo url and check for firewall blocks…also can check the event viewer logs if that says anything

May be there are subfolders and hidden folders…but size does not seem to be an issue

Cheers

What is whitelist? Sorry I am new to this

And I definitely don’t think there are 151 sub or hidden folders, but I agree size is not an issue.

@jpreziuso

In your firewall you can add urls as exception so that those are not blocked

Cheers