ruby on rails - Unable to Deploy Diaspora on Heroku -


initially had set proxy of git 192.168.0.9 not working used

$ git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080 $ set http_proxy=http://username:password@host:port $ export http_proxy=http://username:password@host:port 

to change proxy 192.168.0.5 when run

$ heroku create  

in git bash says internal server error , displays http proxy = 192.168.0.9

can please me command can change proxy.

here installment guide diaspora heroku, https://github.com/diaspora/diaspora/wiki/installing-on-heroku. might want find tutorial working heroku. why did change proxy?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -