error when I launched the git branch command in movaxterm

0

I do not execute the git branch command in mobaxterm.

I get the following error

/bin/busybox.exe less -R: /bin/busybox.exe: No such file or directory

Neither do I execute other commands like

git log --graph --topo-order --decorate --oneline --all

It always gives me the same error. You see that you are looking for the git log and git branch functions in busybox.exe, but they are not there.

I think the solution is to modify the bash configuration:     ~ / .bashrc, ~ / bash_profile, / etc / bashrc, / etc / profile Describing the use of files

    
asked by Miguel Navaza 02.02.2018 в 17:49
source

0 answers