Issues cloning git repository in Cygwin -


i new git, , working through first tutorial on cloning repository (see link below). have created repository on bitbucket, , trying clone in cygwin. https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud/copy-and-add-files

i have git installed:

bob@user ~/repos $ git --version git version 2.8.3 

i trying command

bob@user ~/repos $ git clone https://user@bitbucket.org/user/bitbucketstationlocations.git  bitbucketstationlocations'... bob@user ~/repos $ 

edit: also, not ask password, apparently should.

no directory created, , not ask password (as tutorial states will).

do need change setting in .bashrc or something? not sure problem may be.

thanks!


Comments