このdepsエントリを含むrebar.configがあります。
{cowboy, ".*", {git, "http://github.com/extend/cowboy.git", {branch, "master"}}}
「rebarcompile」を実行すると、次のようになります。
Dependency not available: cowboy-.* ({git,
"http://github.com/extend/cowboy.git",
{branch,"master"}})
これは、ファイアウォールの背後にいて、インターネットにアクセスする唯一の方法がhttpプロキシを介しているためだと思います。httpプロキシを使用するように鉄筋を設定する方法はありますか?