RStudio, directory name is invalid
14:06 03 Dec 2016

I am trying to commit in RStudio, but am running into a 'Directory Name is Invalid' error. This happens every time I attempt to commit my changes. I have successfully committed before from this same PC to the same github repository I am attempting to now.

Initially, I cloned the repository through Rstudio by creating a new version control project and supplying my github URL.

The current wd doesn't have any funky characters and doesn't look much different than what I've used in the past: ("C:/Users/fname lname/Desktop/Columbia/assignment5")

I am running Windows 10 and Rstudio Version 0.99.903.

Screen Shots:

Attempting Commit in RStudio:

Attempting Commit in RStudio

Directory Name Invalid Error on Commit Pop Up:

Directory Name Invalid Error on Commit Pop Up

I found a couple other stackoverflow questions (21676188 and 39720104) that have similar issues, but not much in terms of suggestions.

Thanks for the help. If you need any more information, please let me know.

git github version-control rstudio