~/Project = C:\Users\Алексей Резников\My Projects\netbeans\CourseProject2011
~/Dropbox = C:\Users\Алексей Резников\Dropbox\Институт\4ый курс\7ой семестр\Курсовая Работа
I have created a project and a repository for it.
~/Project> git status
# On branch master
nothing to commit (working directory clean)
added a remote
~/Project>git remote add dropbox "~/Dropbox/course_project_2011.git"
then git push dropbox master it responded everything is up-to-date
Dropbox synchronized the repository. I have copied the project to another PC, etc. But when i try to run
C:\Users\User\Desktop\Course Project>git clone -o dropbox "C:\Users\User\Dropbox
\Курсовая Работа\course_project_2011.git"
i get this:
Cloning into course_project_2011...
fatal: 'C:\Users\User\Dropbox\???????? ??????\course_project_2011.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly`
Throws the same error, doesn't matter if the Project is initialized or not
Any ideas? I am very new to git, so.. :c
both PC's are running w7, git-1.7.3.2-utf8-20110213