Joined December 2014
·
Posted to
use nano from Git Bash on Windows :D
over 1 year
ago
Managed to download and unzip Nano. Wasn't able to move nano. an error said
mv: cannot move nano' to
/c/Users/Admin/path/to/git/share'
Managed to download and unzip Nano. Wasn't able to move nano. an error said
mv: cannot move nano' to
/c/Users/Admin/path/to/git/share'
I ended up skipping the " mv nano ~/path/to/git/share " step.
Instead I did the following
1) Find the unzipped nano folder from my user root directory "C:\Users\Admin"
2) Find the the GIT directory located C:\Program Files (x86)\Git\share
3) Drag the unzipped nano folder to the Git/share directory
4) continue with tutorial above..
Hope it helps anyone else experiencing the same issue I had.
-Peace