You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fetch from a remote git repository using the BaseHTTPRequestHandler class of the python http.server library for a build server. I'm able to do this on a Linux system, but am unable to do so on a Windows system. My script hangs when trying a git fetch command, whether that's using the Repo type, a subprocess call or a os.system call of git fetch. This only fails when attempting to fetch over HTTP, I'm able to fetch from this particular repo from the command line or through sourcetree. Fetch is the only git command that hangs my script, I can return the current commit, view the remote repository, local branches, etc.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to fetch from a remote git repository using the BaseHTTPRequestHandler class of the python http.server library for a build server. I'm able to do this on a Linux system, but am unable to do so on a Windows system. My script hangs when trying a git fetch command, whether that's using the Repo type, a subprocess call or a os.system call of git fetch. This only fails when attempting to fetch over HTTP, I'm able to fetch from this particular repo from the command line or through sourcetree. Fetch is the only git command that hangs my script, I can return the current commit, view the remote repository, local branches, etc.
The text was updated successfully, but these errors were encountered: