質問編集履歴

2

経緯の明確化

2017/09/01 20:04

投稿

3naoki
3naoki

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,34 @@
1
- パソコンAからまずresearchというフォルダと更にその中にいくつかのフォルダがある状態でgithubにpushしまし。次にパソコンBからそのreseachフォルダにcleverhabs_projectsフォルダをpushしたらできたのですがgithub上で写真のような形で開けないようになってしまいました。
1
+ [問題]pushしたフォルダが写真ような形github上で開けない
2
2
 
3
+ [経緯]
4
+
5
+ 1. PC1からresearchフォルダ(中にAdversialExample, convolutional_neural_networks_for_visual_recognition)をgithubに以下の方法でpush
6
+
3
- なにが問題もわかないためアドバイス頂けると幸いです。
7
+ 2. PC2からresearchフォルダのclone取得
8
+
9
+ 3. PC2で開発していたcleverhans_projectsフォルダをresearchフォルダ内に移す
10
+
11
+ 4. researchフォルダを1と同じ方法でgithubに再度push
12
+
13
+
14
+
15
+ ```git
16
+
17
+ git init
18
+
19
+ git add .
20
+
21
+ git status
22
+
23
+ git commit -m "コメント"
24
+
25
+ git remote add origin https://github.com/....git
26
+
27
+ git push origin master
28
+
29
+
30
+
31
+ ```
4
32
 
5
33
 
6
34
 

1

誤字

2017/09/01 20:04

投稿

3naoki
3naoki

スコア12

test CHANGED
@@ -1 +1 @@
1
- githubでpushしたフォルダが開けない
1
+ Githubでpushしたフォルダが開けない
test CHANGED
@@ -1,5 +1,3 @@
1
- ###ヘディングのテキストgithub初心者です。
2
-
3
1
  パソコンAからまずresearchというフォルダと更にその中にいくつかのフォルダがある状態でgithubにpushしました。次にパソコンBからそのreseachフォルダにcleverhabs_projectsフォルダをpushしたらできたのですがgithub上で写真のような形で開けないようになってしまいました。
4
2
 
5
3
  なにが問題かもわからないためアドバイス頂けると幸いです。