git gui: how to clone and push? git gui: how to clone and push? git git

git gui: how to clone and push?


You need to clone into a new directory, that is, that "Target Directory" that you specify should not already exist.


'Source Location' : https://me@github.com/remote-programmer/project-1.git (for instance)Don't browse the target directory .write full path and new folder name manually.

'Target Directory' : C:/wamp/www/project-1-folder


For the following case, just remove the C:/ in the target directory:

'Source Location' : https://me@github.com/remote-programmer/project-1.git'Target Directory' : C:/wamp/www/project-1-folder (for instance)

The target directory should be like this:

'Target Directory' : wamp/www/project-1-folder