質問編集履歴

2

試したこと追加

2017/05/26 04:34

投稿

kaoru3151
kaoru3151

スコア50

test CHANGED
File without changes
test CHANGED
@@ -66,4 +66,58 @@
66
66
 
67
67
 
68
68
 
69
+ [レポジトリをリモートとして追加](https://cloud.google.com/source-repositories/docs/adding-repositories-as-remotes?hl=ja)
70
+
71
+
72
+
73
+ 上記のドキュメントを見てたら、Windowsはgcloud.cmd
74
+
75
+ だったので変更しました。
76
+
77
+ もう一度pushしたのですが、下記のようなエラーが出てしまいました。
78
+
79
+ ```
80
+
81
+ ERROR: (gcloud.auth.git-helper) Invalid protocol [http]. "https" expected.
82
+
83
+ fatal: remote error: Forbidden
84
+
85
+ ```
86
+
87
+
88
+
89
+ ```
90
+
91
+ gcloud config list
92
+
93
+
94
+
95
+ [proxy]
96
+
97
+ address = 00.000.0.0
98
+
99
+ password = 000000
100
+
101
+ port = 8080
102
+
103
+ type = http
104
+
105
+ username = 0000
106
+
107
+ ```
108
+
109
+
110
+
111
+ とhttpsのプロキシは設定されていないのですが、
112
+
113
+ ```
114
+
115
+ gcloud config set proxy/type https
116
+
117
+ ```
118
+
119
+ と実行しましたが、httpsなんてないよと。。
120
+
121
+
122
+
69
123
  このエラーの対処方法を教えてください。

1

tagの修正

2017/05/26 04:34

投稿

kaoru3151
kaoru3151

スコア50

test CHANGED
File without changes
test CHANGED
File without changes