Ho controllato molti post relativi a questo problema, ma nulla sembra risolvere il mio problema. Quindi ora spero che voi ragazzi possiate darmi la risposta magica.Git: codice HTTP ricevuto 503 dal proxy dopo CONNECT
Sto usando Intellij (ma ho anche provato con SourceTree) per tirare/spingere/clonare un repository da Fisheye. Tuttavia Ricevo l'errore:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
fatal: unable to access 'https://[email protected]/fisheye/git/myRepo.git/': Received HTTP code 503 from proxy after CONNECT
suggerimenti circa 503 significa un tempo di inattività temporanea a causa di manutenzione non funzionano per me, dal momento che questo problema scorsa per una settimana.
Anche le impostazioni proxy errate/mancanti sembrano non funzionare. Ho installato http e https proxy per git di sistema e per l'IDE (Intellij).
Ha funzionato prima, sono riuscito a clonare il repository. Poi ho creato un nuovo ramo, apportato alcune modifiche e ho voluto riportarlo al master.
Non vedo l'ora di avere qualche consiglio intelligente.
Grazie finora
UPDATE
ho aggiunto:
export GIT_TRACE_PACKET=1
export GIT_TRACE=1
export GIT_CURL_VERBOSE=1
e ho ricevuto il seguente registro:
$ git fetch
trace: built-in: git 'fetch'
trace: run_command: 'git-remote-https' 'origin' 'https://[email protected]/randomGit.git/'
* Couldn't find host myWebService in the _netrc file; using defaults
* Trying 15.46.16.11...
* Connected to myProxy.com (15.46.16.11) port 8080 (#0)
* Establish HTTP proxy tunnel to myWebService.de:443
> CONNECT myWebService.de:443 HTTP/1.1
Host: webapp-entw.mlp.de:443
User-Agent: git/1.9.5.msysgit.1
Proxy-Connection: Keep-Alive
Pragma: no-cache
< HTTP/1.1 503 Service Unavailable
< Cache-Control: no-cache
< Pragma: no-cache
< Content-Type: text/html; charset=utf-8
< Proxy-Connection: close
< Connection: close
< Content-Length: 732
<
* Received HTTP code 503 from proxy after CONNECT
* Closing connection 0
fatal: unable to access 'https://[email protected]/randomGit.git/': Received HTTP code 503 from proxy after CONNECT
Puoi mostrare l'output di 'git remote -v'? – nwinkler
'origine https: // [myUser] @ [myGit] .git (fetch)' 'origine https: // [myUser] @ [myGit] .git (push)' – 0x44656e6e795279616e