質問編集履歴

3

修正

2017/01/06 13:18

投稿

papipup
papipup

スコア8

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  error: src refspec mastar does not match any.
12
12
 
13
- error: failed to push some refs to 'https://github.com/topporo/test.git'
13
+ error: failed to push some refs to 'https://github.com/*********/test.git'
14
14
 
15
15
  $
16
16
 
@@ -112,7 +112,7 @@
112
112
 
113
113
  commit 153913c33b2b9fa7ca77989f2e67ec3a7fd5e0f1
114
114
 
115
- Author: topporo <pwst.ktpdus.yngwot@gmail.com>
115
+ Author: ********* <*****************@gmail.com>
116
116
 
117
117
  Date: Fri Jan 6 21:49:23 2017 +0900
118
118
 

2

情報の追加

2017/01/06 13:18

投稿

papipup
papipup

スコア8

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,71 @@
59
59
  macOS 10.12.2
60
60
 
61
61
  git 2.10.1
62
+
63
+
64
+
65
+
66
+
67
+ miyabi-sunさんへ
68
+
69
+ ```Bash
70
+
71
+ $ git fetch
72
+
73
+ fatal: No remote repository specified. Please, specify either a URL or a
74
+
75
+ remote name from which new revisions should be fetched.
76
+
77
+ $
78
+
79
+ $
80
+
81
+ $
82
+
83
+ $ git log test/mastar
84
+
85
+ fatal: ambiguous argument 'test/mastar': unknown revision or path not in the working tree.
86
+
87
+ Use '--' to separate paths from revisions, like this:
88
+
89
+ 'git <command> [<revision>...] -- [<file>...]'
90
+
91
+ $
92
+
93
+ $
94
+
95
+ $
96
+
97
+ $ git log mastar
98
+
99
+ fatal: ambiguous argument 'mastar': unknown revision or path not in the working tree.
100
+
101
+ Use '--' to separate paths from revisions, like this:
102
+
103
+ 'git <command> [<revision>...] -- [<file>...]'
104
+
105
+ $
106
+
107
+ $
108
+
109
+ $
110
+
111
+ $ git log
112
+
113
+ commit 153913c33b2b9fa7ca77989f2e67ec3a7fd5e0f1
114
+
115
+ Author: topporo <pwst.ktpdus.yngwot@gmail.com>
116
+
117
+ Date: Fri Jan 6 21:49:23 2017 +0900
118
+
119
+
120
+
121
+ init
122
+
123
+ $
124
+
125
+ ```
126
+
127
+ どうやら勘違いではなさそうです。
128
+
129
+ 実はこれは、エラーの検証のためにまっさらなリポジトリに1つのテキストファイルをプッシュするという実験のためのものなので、まだこのリポジトリでは1度もpushは成功していなことになります。

1

誤字

2017/01/06 13:01

投稿

papipup
papipup

スコア8

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- Google検索したら見かけるようなよくあるミスとは全く違います。
1
+ Google検索したら見かけるようなよくあるミスとは違います。
2
2
 
3
3
 
4
4