mark.hamm...@bto.org writes:

> Thanks for that,
>
> Managed to change my password once I logged in with fully qualified name,
> but command line still causing issues:
>
> markha@2K3CN4J /d/BTO-Web-Bean/web-lib (master)
> $ git pull
> markha@[git server]'s password:
> Permission denied, please try again.
> markha@[git server]'s password:
> Permission denied, please try again.
> markha@[git server]'s password:
> Permission denied (publickey,gssapi-with-mic,password).
> fatal: The remote end hung up unexpectedly

The Git URL for your origin remote should include the username
(git). Yours seems to be:

  markha@[server]

while it should have been

  git@[server]

You can change the URL either by updating .git/config in your repository
manually, or by using

  git remote set-url origin git@[server]:[path/to/repo.git]

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to