Feature #1191
closed
- Status changed from New to Closed
I've created a project page in Redmine:
http://projects.vdr-developer.org/projects/plg-inputdev
I guess you will continue using the GitHub repository, won't you?
Shall I create a mirror of the GitHub-Repository on projects.vdr-developer.org, or would you like to maintain this mirror yourself or don't you need a Git-Repo on projects.vdr-developer.org at all?
Tobias
thanks; I would like to have a git repository on projects.vdr-developer.org; this on github was for temporary purposes and I will make it a mirror or remove it completely when the new repository exists.
So, please create the repository without mirroring from github. You can clone the existing repository but I can do this by myself too.
Enrico
Ok. I've added the Git Repository now as well:
Git-Repository (read/write):
git clone git-vdr@projects.vdr-developer.org:vdr-plugin-inputdev.git
Git-Repository (read only):
git clone git://projects.vdr-developer.org/vdr-plugin-inputdev.git
GitWeb:
http://projects.vdr-developer.org/git/vdr-plugin-inputdev.git/
To do a first-time initialization of the Git repository, just do a "git push".
e.g.:
git remote add vdr-developer git-vdr@projects.vdr-developer.org:vdr-plugin-inputdev.git
git push vdr-developer master
I do not have access to this repository yet:
git ls-remote git-vdr@projects.vdr-developer.org:vdr-plugin-inputdev.git
Permission denied (publickey,password).
fatal: The remote end hung up unexpectedly
Can you please recheck whether my ssh key has been installed correctly?
Thanks
Enrico
ensc wrote:
Can you please recheck whether my ssh key has been installed correctly?
Your key is correctly installed.
Sure you are using the correct private key? The name of your attachment "id_rsa.vdr-developer.pub" seems to indicate, that you are using multiple private/public key pairs.
my fault; I misspelled the keyname ('-' instead of '.'). It works now. Thanks.
Also available in: Atom
PDF