git remote add <name> <url> doesn't seem to work on windows -


i'm using win 7 git bash integrated windows command prompt. have repo i'm trying add remote. this:

git remote add myserver ssh://git@subdomain.domain.com/blabla.git sources 

now git responds with:

usage: git remote add [<options>] <name> <url>      -f, --fetch           fetch remote branches     --tags                import tags , associated objects when fetching                           or not fetch tag @ (--no-tags)     -t, --track <branch>  branch(es) track     -m, --master <branch>                           master branch     --mirror[=<push|fetch>]                           set remote mirror push or fetch 

i find puzzling since thought had done. suggestions?

the word sources @ end causing problem. documentation cited shows nothing after <url>. if it's folder name, attach url:

git remote add myserver ssh://git@subdomain.domain.com/sources 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -