0

this is what I am getting:

Saras-MacBook-Pro:ruby-project saraginsburg$ git add -A
error: open("vendor/bundle/ruby/2.0.0/gems/byebug-5.0.0/ext/byebug/siteconf20170512-623-1pgx7y0.rb"): Permission denied
error: unable to index file vendor/bundle/ruby/2.0.0/gems/byebug-5.0.0/ext/byebug/siteconf20170512-623-1pgx7y0.rb
fatal: adding files failed
melpomene
  • 84,125
  • 8
  • 85
  • 148
user8000626
  • 195
  • 1
  • 1
  • 11

1 Answers1

2

Similarly to this question, double-check your right (permission) to vendor/bundle folder.

But more importantly, ask yourself if you should version anything from vendor/bundle in the first place: that folder (vendor/) should be part of your .gitignore anyway.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250