Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Is nano an attachment you have to add to git.

when ever I try to run nano in git CMD or git Bash it wont run. git CMD gives me a normal windows error of, 'nano' is not recognized as an internal or external command, and Bash gives me an error of, bash: nano: command not found

2 Answers

Hi Dane, Thank you for your response. I went back in the video and found a link where he shows us how to set up git for windows and nano is not installed on windows so when using windows you should type notepad in place of nano.

Dane Parchment
MOD
Dane Parchment
Treehouse Moderator 11,077 Points

Nano is a command-line text editor created for the Linux OS. If you are using windows or Mac Os (Possibly), then nano won't exist on your computer, so calling it will not work. If you are on a linux distro, then check with your distro's package installation instructions and install nano for this to work.