Proxy環境からBluemixのGitレポジトリへアクセスしclone取得する

社内のProxy環境から、BluemixのGitレポジトリへアクセスしcloneする方法の覚え書き。

[bash]
C:\Works>git config –global https.proxy https://proxy.server:8080
C:\Works>git config –global http.proxy http://proxy.server:8080

C:\Works>git clone https://hub.jazz.net/git/xxxxx/ProjectName
Cloning into ‘ProjectName’…
Username for ‘https://hub.jazz.net’: xxxxx
Password for ‘https://xxxxx@hub.jazz.net’:
remote: Counting objects: 20, done
remote: Finding sources: 100% (20/20)
remote: Total 20 (delta 0), reused 20 (delta 0)
Unpacking objects: 100% (20/20), done.
Checking connectivity… done.
[/bash]

This entry was posted in Bluemix, git, 技術情報. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です