質問編集履歴

2

追記

2019/06/11 05:58

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,23 @@
83
83
 
84
84
 
85
85
  こちら何かお分かりになりましたら、宜しくお願いします。
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+ **追記:
94
+
95
+ SSHではなく git clone http://test@localhost:10080/test/NewPj.git
96
+
97
+ を実行してもうまくいきませんでした。**
98
+
99
+ ### 発生している問題・エラーメッセージ
100
+
101
+ Cloning into 'NewPj'...
102
+
103
+ fatal: unable to access 'http://test@localhost:10080/test/NewPj.git/': Failed to connect to localhost port 10080: Connection refused
104
+
105
+ ```

1

修正

2019/06/11 05:58

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- git clone ssh://git@localhost:10022/プロジェクトネーム/.git
7
+ git git clone git@192.168.1.0:GITLAB_NAME/test.git
8
8
 
9
9
  を実行すると以下のエラーメッセージが出てCloneすることができません。
10
10