質問編集履歴
1
コマンドの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
### 前提・実現したいこと
|
|
2
2
|
|
|
3
3
|
https://qiita.com/sachiko-kame/items/dff732276dffd22e7682
|
|
4
|
-
codecommitを使用したい。
|
|
4
|
+
Macの端末でcodecommitを使用したい。
|
|
5
5
|
上記のページに沿ってセットアップを実行。
|
|
6
6
|
|
|
7
7
|
### 発生している問題・エラーメッセージ
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
```
|
|
18
18
|
コマンドプロンプトの設定
|
|
19
|
-
|
|
19
|
+
export HTTP_PROXY=http://xxxxxxxx:xxxxx
|
|
20
|
-
|
|
20
|
+
export HTTPS_PROXY=%HTTP_PROXY%
|
|
21
21
|
|
|
22
22
|
Gitのプロキシ設定
|
|
23
23
|
Git config --global http.proxy http://xxxxxxxx:xxxxx
|