You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running git up in a submodule folder, the following error occurs:
Fetching origin
/usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git.rb:120:in `read': Not a directory @ rb_sysopen - /Users/*****/SUBMODULE/.git/HEAD (Errno::ENOTDIR)
from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git.rb:120:in `fs_read'
from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/ref.rb:64:in `current'
from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/repo.rb:230:in `head'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/lib/git-up.rb:192:in `returning_to_current_branch'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/lib/git-up.rb:21:in `block (2 levels) in run'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/lib/git-up.rb:183:in `with_stash'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/lib/git-up.rb:20:in `block in run'
from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git.rb:90:in `with_timeout'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/lib/git-up.rb:19:in `run'
from /usr/local/lib/ruby/gems/2.2.0/gems/git-up-0.5.12/bin/git-up:5:in `<top (required)>'
from /usr/local/bin/git-up:23:in `load'
from /usr/local/bin/git-up:23:in `<main>'
The text was updated successfully, but these errors were encountered:
When running
git up
in a submodule folder, the following error occurs:The text was updated successfully, but these errors were encountered: