Feature #1191
closedRequest for 'vdr-plugin-inputdev' project.
0%
Description
I would like to maintain a plugin for dynamic handling of /dev/input devices. It already exists at https://github.com/ensc/vdr-plugin-inputdev where some more information can be found.
Please find attached my ssh key.
Files
Updated by etobi almost 12 years ago
- 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
Updated by ensc almost 12 years ago
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
Updated by etobi almost 12 years ago
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
Updated by ensc almost 12 years ago
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
Updated by etobi almost 12 years ago
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.
Updated by ensc almost 12 years ago
my fault; I misspelled the keyname ('-' instead of '.'). It works now. Thanks.