質問編集履歴

3

a

2019/01/05 01:09

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -78,6 +78,10 @@
78
78
 
79
79
  その時のコマンドは以下の通りです。
80
80
 
81
+ 結果は同じでした。
82
+
83
+
84
+
81
85
  ```cmd
82
86
 
83
87
  F:\TEST\PG>git status

2

プロジェクト再作成、コマンド実行

2019/01/05 01:09

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -65,3 +65,75 @@
65
65
  分かる方教えていただけないでしょうか?
66
66
 
67
67
  宜しくお願い致します。
68
+
69
+
70
+
71
+ ----------------------
72
+
73
+ 翌日追記
74
+
75
+ gitlabからプロジェクトを再作成、
76
+
77
+ 再度、コマンド実行しました。
78
+
79
+ その時のコマンドは以下の通りです。
80
+
81
+ ```cmd
82
+
83
+ F:\TEST\PG>git status
84
+
85
+ On branch master
86
+
87
+ nothing to commit, working tree clean
88
+
89
+
90
+
91
+ F:\TEST\PG>git add .
92
+
93
+
94
+
95
+ F:\TEST\PG>git status
96
+
97
+ On branch master
98
+
99
+ nothing to commit, working tree clean
100
+
101
+
102
+
103
+ F:\TEST\PG>git commit -m "first commit"
104
+
105
+ On branch master
106
+
107
+ nothing to commit, working tree clean
108
+
109
+
110
+
111
+ F:\TEST\PG>git push hoge master
112
+
113
+ Enumerating objects: 3323, done.
114
+
115
+ Counting objects: 100% (3323/3323), done.
116
+
117
+ Delta compression using up to 4 threads
118
+
119
+ Compressing objects: 100% (3203/3203), done.
120
+
121
+ error: unable to rewind rpc post data - try increasing http.postBuffer
122
+
123
+ Wferror: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
124
+
125
+ atal: the remote end hung up unexpectedly | 36.00 KiB/s
126
+
127
+ Writing objects: 100% (3323/3323), 27.25 MiB | 319.00 KiB/s, done.
128
+
129
+ Total 3323 (delta 2031), reused 0 (delta 0)
130
+
131
+ fatal: the remote end hung up unexpectedly
132
+
133
+ Everything up-to-date
134
+
135
+
136
+
137
+
138
+
139
+ ```

1

a

2019/01/05 01:08

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  その結果は以下のようになりました。
20
20
 
21
- 3323ファイルをリモートリポジトリに置いたようです。
21
+ 3323ファイル、27MBをリモートリポジトリに置いたようです。
22
22
 
23
23
  ```cmd
24
24
 
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- ですがローカルにあるファイル数は以下のとおり8550ファイルです。
47
+ ところローカルにあるファイル数は以下のとおり8550ファイル、353MBです。
48
48
 
49
49
 
50
50