ios - Git clone error in Xcode -


up until i've been using xcode subversion code repositories no problem. i'm working on project uses git repository stored @ github, figured i'd go clone repository local machine , started.

in xcode, add repository tell clone -- machine chews on while, , if use finder can see files being placed in target directory (which newly-created, empty directory on system). after while though, error message:

fatal: destination path '/users/myname/documents/projectname' exists , not empty directory.

i have tried 3 times now, each time starting empty target directory, , gives same error message each time, know has doing wrong, or have not set properly.

thinking perhaps going wrong , system trying second clone operation (to non-empty directory) tried canceling , trying build, files missing project -- not of made down system.

my searches on issue turn several hits people doing clone via command line , showing error message, not through xcode interface.

does have suggestions might going wrong?


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -