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 Git Basics Getting Started With Git Committing Changes

Git Bash Issue on Windows: Moving from Notepad README back to bash command line

I am working on a Windows machine on git version 2.13.3.windows.1 and following along with the tutorial. Everything is going along great upon creating the README using notepad.

However, when I move back from the saved Notepad document, in the git Bash window, my cursor has moved to a new line without the $ symbol and is not allowing me to add the README. (It seems to become unresponsive.)

I have created and am working in the new repo, so I am not sure what I am doing incorrectly?

1 Answer

Nikola Jankovic
Nikola Jankovic
10,793 Points

Press ctrl+c to exit the notepad. Next type git add README.txt, not git add README like in the video. Then down the road will be more things that doesn't match with the video, if you don't figure it out by yourself ask again...