winlin
Goto Top

Failed to download buildpack no such host

Hallo Zusammen,

ich versuche gerade über die Windows Powershell ein buildpack herunterzuladen - aber irgendwie habe ich wohl Probleme mit dem Firmenproxy????

Command:
cf push MYAPP -b https://github.com/cloudfoundry/python-buildpack/releases/download/v1.7.37/python-buildpack-cflinuxfs3-v1.7.37.zip

Fehlermeldung:
[ERR] Failed to download buildpack 'https://github.com/cloudfoundry/python-buildpack/releases/download/v1.7.37/python-buildpack-cflinuxfs3-v1.7.37.zip': Get "https://github.com/cloudfoundry/python-buildpack/releases/download/v1.7.37/python-buildpack-cflinuxfs3-v1.7.37.zip": dial tcp: lookup github.com on 169.254.0.2:53: no such host  

Git Global Einstellungen:
PS C:\Users\account\Desktop> git config --get-regexp http.*
http.sslbackend openssl
http.sslcainfo C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
credential.https://dev.azure.com.usehttppath true
http.sslverify false
http.proxy http://meinproxy.com:8080
https.proxy http://meinproxy.com:8080

Content-Key: 666045

Url: https://administrator.de/contentid/666045

Ausgedruckt am: 29.03.2024 um 10:03 Uhr

Mitglied: SlainteMhath
SlainteMhath 23.04.2021 um 14:14:13 Uhr
Goto Top
Moin,

dial tcp: lookup github.com on 169.254.0.2:53: no such host
sieht mir wie ein DNS (oder IP) Problem (am proxy?) aus.

und dein https proxy ist der gleiche wie der http proxy? sicher?

lg,
Slainte