質問編集履歴

2

試したこと追加

2020/08/16 21:48

投稿

hayashisan
hayashisan

スコア1

test CHANGED
File without changes
test CHANGED
@@ -194,4 +194,10 @@
194
194
 
195
195
 
196
196
 
197
- githubにて同じ鍵で試すと問題なく接続できました
197
+ gitlabで他アカウントを作り同じ鍵で試すと問題なく接続できました
198
+
199
+ 先方が作成したアカウントがDeveloperだから接続できないのか
200
+
201
+ 権限で制限しているのか・・作成したばかりのプロジェクトなので
202
+
203
+ まだリポジトリすらありません。それ故にcloneもできないのかと考え中です。

1

試したこと追記

2020/08/16 21:48

投稿

hayashisan
hayashisan

スコア1

test CHANGED
File without changes
test CHANGED
@@ -39,14 +39,6 @@
39
39
 
40
40
 
41
41
 
42
-
43
- debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
44
-
45
- debug2: compression ctos: none,zlib@openssh.com
46
-
47
- debug2: compression stoc: none,zlib@openssh.com
48
-
49
- debug2: languages ctos:
50
42
 
51
43
  debug2: languages stoc:
52
44
 
@@ -194,6 +186,12 @@
194
186
 
195
187
  keyの生成&gitlabへ登録
196
188
 
189
+ 権限を600にする
190
+
197
191
  /.ssh/config作成
198
192
 
199
193
  Gitのグローバル設定
194
+
195
+
196
+
197
+ githubにて同じ鍵で試すと問題なく接続できました