タグ

ブックマーク / gozuk16.hatenablog.com (1)

  • GitをProxy環境下で使うときにハマった件 - ごずろぐ

    Gitを社内(Proxy環境下)で使うときは気をつけましょう Atlassian Stashのサーバ構築も終わり、試しに使いながらSubversionから移行をしていたら早速ハマった。 いきなりClone出来ない Stashでリポジトリを作成し、画面からCloneするとSourceTreeが上がるのだが、エラーでClone出来ない。 以下のようなエラーが出る。 fatal: unable to access 'http://git.example.com/scm/test/test/': The requested URL returned error: 503 デバッグしてみた SourceTreeはGitコマンドを呼んでるだけのようなので分かりやすくコマンドを叩いてデバッグしてみた。 $ git clone http://git.example.com/scm/test/test Cl

    GitをProxy環境下で使うときにハマった件 - ごずろぐ
  • 1