I cannot pull my repo to my server, other git operation is running fine. But when i'm trying to pull it said.

I'm using CentOS on my server, my git version installed is 1.8.3.1. Before it was running fine, but after the server restarted i cannot pull to my server.
Any help would be very much appreciated.
CodePudding user response:
other git operation is running fine
Most of "other git operation" are purely local ones, only fetch/pull/push/ls-remote would involve the network.
Assuming the URL is an HTTPS one, I mentioned before a proxy issue: you might need to remove any proxy setting, and check your firewall.
CodePudding user response:
Any help would be very much appreciated.
Have you tried some command git on your server ?
- You can try check your git installation on your server, first.
- Then, try check your server internet connection, because there is some information "unable to access".
Hope it helps.
For some reference: *) https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server
