Open PiotrJustyna opened 5 years ago
OK, got it resolved. When you're behind the corporate proxy, you may need another proxy just for github (my first proxy did not have any user/password). I changed it in flight in the compile stage, will do my best to create a PR when I have time. For now, here's my code:
echo "Your old proxy:"
echo $https_proxy
export https_proxy=http://user_name:password@proxy.dub.emea.dell.com
echo "Your new proxy:"
echo $https_proxy
First of all, great work and much appreciated 🥇
Having some problems pushing the sample app, any idea what could be causing this?
cf push
output: