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

Jaime Sandoval
Jaime Sandoval
7,083 Points

Having issues with git commands and nano won't launch.

  1. When I run the empty git commit command, nano will not launch. Anyone else having the same issue?

  2. When I run the git log -p command, the shell does not give me the option to scroll through the output as in the video. It's ready for a different command, instead.

Can someone help me out? I really want to try the nano text editor and get a good feel for git.

Thanks.

2 Answers

Hello Jaime,

Does it launch any text editor at all? Perhaps it doesn't launch nano, but does it launch something like vi?

Jaime Sandoval
Jaime Sandoval
7,083 Points

Hi, Alexander. To my knowledge, no editor is being launched, including Vi. The editor should display by itself when it receives an empty git commit, right? Thanks for responding, too.

Are you using a local command line or are you using Treehouse's console/command line?