質問編集履歴
1
エラーコード記述とOSを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,33 +6,21 @@
|
|
6
6
|
|
7
7
|
### 発生している問題・エラーメッセージ
|
8
8
|
|
9
|
+
...
|
9
10
|
|
11
|
+
No such file or directory - git clone "https://github.com/manfe/refile.git" "C:/Ruby26-x64/lib/ruby/gems/2.6.0/cache/bundler/git/refile-dda9a459a21a57b5fb4ab4c2e4700bc3760f44bf" --bare --no-hardlinks --quiet
|
10
12
|
|
11
|
-
|
12
|
-
|
13
|
-
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
First, try this link to see if there are any existing issue reports for this error:
|
18
|
-
|
19
|
-
https://github.com/bundler/bundler/search?q=No+such+file+or+directory+-+git+clone+%22https+%2F%2Fgithub.com%2Fmanfe%2Frefile.git%22+%22C+%2FRuby26-x64%2Flib%2Fruby%2Fgems%2F2.6.0%2Fcache%2Fbundler%2Fgit%2Frefile-dda9a459a21a57b5fb4ab4c2e4700bc3760f44bf%22+--bare+--no-hardlinks+--quiet&type=Issues
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at:
|
24
|
-
|
25
|
-
https://github.com/bundler/bundler/issues/new
|
26
|
-
|
27
|
-
```
|
28
|
-
|
29
|
-
|
13
|
+
...
|
30
14
|
|
31
15
|
###試したこと
|
32
16
|
|
33
17
|
|
34
18
|
|
35
19
|
調べても全く関連の質問がでてこなくて、、、
|
20
|
+
|
21
|
+
bundle installと打つと、このようなコードがでてきます。
|
22
|
+
|
23
|
+
|
36
24
|
|
37
25
|
|
38
26
|
|
@@ -43,3 +31,5 @@
|
|
43
31
|
Rails version: 6.0.3.4
|
44
32
|
|
45
33
|
Ruby version: ruby 2.6.6p146 (2020-03-31 revision 67876) [x64-mingw32]
|
34
|
+
|
35
|
+
Windows 10 Home
|