質問編集履歴

2

エラー内容に追記しました

2016/03/25 14:48

投稿

ponpoco3
ponpoco3

スコア7

test CHANGED
File without changes
test CHANGED
@@ -122,6 +122,10 @@
122
122
 
123
123
  ##エラー内容:
124
124
 
125
+ [vagrant@localhost ~]$ cd git-2.0.0
126
+
127
+ [vagrant@localhost git-2.0.0]$ ./configure
128
+
125
129
  configure: Setting lib to 'lib' (the default)
126
130
 
127
131
  configure: Will try -pthread then -lpthread to enable POSIX Threads.
@@ -140,6 +144,18 @@
140
144
 
141
145
  See `config.log' for more details
142
146
 
147
+ [vagrant@localhost git-2.0.0]$ sudo make install
148
+
149
+ CC credential-store.o
150
+
151
+ /bin/sh: cc: コマンドが見つかりません
152
+
153
+ make: *** [credential-store.o] エラー 127
154
+
155
+ [vagrant@localhost git-2.0.0]$ git --version
156
+
157
+ -bash: git: コマンドが見つかりません
158
+
143
159
 
144
160
 
145
161
  ***

1

タグを追加しました

2016/03/25 14:48

投稿

ponpoco3
ponpoco3

スコア7

test CHANGED
File without changes
test CHANGED
File without changes