質問編集履歴

1

コマンドの修正

2019/07/11 01:56

投稿

syosinsya_swift
syosinsya_swift

スコア62

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  https://qiita.com/sachiko-kame/items/dff732276dffd22e7682
6
6
 
7
- codecommitを使用したい。
7
+ Macの端末でcodecommitを使用したい。
8
8
 
9
9
  上記のページに沿ってセットアップを実行。
10
10
 
@@ -34,9 +34,9 @@
34
34
 
35
35
  コマンドプロンプトの設定
36
36
 
37
- set HTTP_PROXY=http://xxxxxxxx:xxxxx
37
+ export HTTP_PROXY=http://xxxxxxxx:xxxxx
38
38
 
39
- set HTTPS_PROXY=%HTTP_PROXY%
39
+ export HTTPS_PROXY=%HTTP_PROXY%
40
40
 
41
41
 
42
42