So this is a weird one.
Most of our .Net developers are able to work with GitLab without issue. They are using VS2017 with an SSH connection to GitLab.
One of our developers though, has the weirdest issue I’ve ever seen. He can log into our GitLab locally hosted site. He can clone repos from our GitLab site from within VS2017. He can pull and fetch from our GitLab site from within VS2017. but only once per ~15 minutes.
Log into GitLab website - looks good
can ping and tracert the GitLab server
Open VS2017 - clone branch, looks good
Attempt to fetch/pull/sync/push/etc… - Fatal error
Go to GitLab website - times out, can’t get to the login page
All pings timeout, tracert follows the same path, but when it reaches the IP of the GitLab server, it gets no responses.
While this is going on, all of the other developers are having no issues working with GitLab. I can log in and sync while he’s unable to connect. After about 15 minutes, he’s able to get back in again.
Any idea what could cause something like this?
Thanks,
-Rick