-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I'm getting the next error when i run "git-bpf-init" in windows 10:
fatal: No such section!
C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/git-helpers.rb:16:in ``': No such file or directory - /usr/bin/tput cols (Errno::ENOENT)
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/git-helpers.rb:16:inwidth' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/git-helpers.rb:36:in ohai'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/commands/init.rb:94:in`execute'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/gitflow.rb:197:in `block in run'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/gitflow.rb:183:in`catch'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/lib/git_bpf/lib/gitflow.rb:183:in `run'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/git_bpf-1.0.1/bin/git-bpf-init:6:in`block in <top (required)>'
can anybody help me ?