URI::InvalidURIError (bad URI(is not URI?): ):

前端 未结 4 2051
情歌与酒
情歌与酒 2020-12-08 10:57

I am trying to implement an OAuth provider in Rails 3. When I try to authorize a client app I get this error. I am using the RESTful auth plugin and pelles OAuth-plugin. W

4条回答
  •  难免孤独
    2020-12-08 11:28

    I'm here because I faced an issue with the fastlane. It's been written with Ruby thus my answer can be helpful.

    In my case, I had the environment variables http_proxy = XX.XX.XX.XX:XXXX and https_proxy = ... When I changed them to http_proxy = http://XX.XX.XX.XX:XXXX and https_proxy = https://... respectivle the issue has gone.

提交回复
热议问题