I'm trying to clone in to a Git project. I can see my files which I uploaded in my repository but if I try to commit, push or pull something from my RStudio I get this error: "Der Verzeichnisname ist ungültig".
Any ideas how to fix ths problem?
I'm trying to clone in to a Git project. I can see my files which I uploaded in my repository but if I try to commit, push or pull something from my RStudio I get this error: "Der Verzeichnisname ist ungültig".
Any ideas how to fix ths problem?
Translation of this error message:
The directory name is invalid
Looking at StackOverflow and an RStudio support issue, it might be caused by non-ASCII characters in the repository's directory path.
By path you mean the URL link which I use to clone in or the repository name? Because the name of my repository is just "t" to avoid such problems.
I check the URL path and as you said there was a '.' in the directory path. Now it works fine thanke you very much!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.