質問編集履歴

2

s

2016/09/18 05:39

投稿

randosel
randosel

スコア37

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  fatal: Refusing to fetch into current branch refs/heads/master of non-bare repository
50
50
 
51
- Retrying git fetch --force --quiet --tags 'git://github.com/kesha-antonov/simple_form.git' "refs/heads/*:refs/heads/*" due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags 'git://github.com/kesha-antonov/simple_form.git' "refs/heads/*:refs/heads/*"` in directory /home/ubuntu/peety/vendor/bundle/ruby/2.3.0/cache/bundler/git/simple_form-f9aa705c79765ebcba3e937a1357edd7854a4746 has failed.
51
+ Retrying git fetch --force --quiet --tags 'git://github.com/kesha-antonov/simple_form.git' "refs/heads/*:refs/heads/*" due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags 'git://github.com/kesha-antonov/simple_form.git' "refs/heads/*:refs/heads/*"` in directory /home/ubuntu/app/vendor/bundle/ruby/2.3.0/cache/bundler/git/simple_form-f9aa705c79765ebcba3e937a1357edd7854a4746 has failed.
52
52
 
53
53
  If this error persists you could try removing the cache directory '/home/ubuntu/app/vendor/bundle/ruby/2.3.0/cache/bundler/git/simple_form-f9aa705c79765ebcba3e937a1357edd7854a4746'
54
54
 

1

a

2016/09/18 05:39

投稿

randosel
randosel

スコア37

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
 
9
9
  開発環境ではこれで通るのですが、Circle CIに通した際にはエラーとなり手が出せない状態です。
10
+
11
+ sshで入って、libv8、simple_formをそれぞれインストール、`'/home/ubuntu/app/vendor/bundle/ruby/2.3.0/cache/bundler/git/simple_form-f9aa705c79765ebcba3e937a1357edd7854a4746'`を削除した後、正常に動作します。しかし、exit後、再度circle ci上でrunningすると同様のエラーが出てしまいます。
10
12
 
11
13
  この場合どうすれば良いのでしょうか。。
12
14