Content
Git rejecting clone request when trying to install plugins
Added by Josh Davis over 9 years ago
Hello,
I am getting the below error while trying to install plugins. From what I can tell, github.com is actually rejecting the request to clone because I am not logged in. This is the second time I’ve implemented OpenProject, but I do not recall this being an issue before. Am I missing something simple or did something change that I need to fix? Thanks!
@
openproject@akira:~/openproject$ bundle install
Fetching https://github.com/finnlabs/openproject-backlog.git
fatal: could not read Username for ‘https://github.com’: No such device or address
Retrying git clone ‘https://github.com/finnlabs/openproject-backlog.git’ “/home/openproject/.rvm/gems/ruby-2.1.4/cache/bundler/git/openproject-backlog-685fadb9dbd9b7a7d089fbb51301ab6335476b8e” —bare —no-hardlinks —quiet due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command `git clone ‘https://github.com/finnlabs/openproject-backlog.git’ “/home/openproject/.rvm/gems/ruby-2.1.4/cache/bundler/git/openproject-backlog-685fadb9dbd9b7a7d089fbb51301ab6335476b8e” —bare —no-hardlinks —quiet` in directory /home/openproject/openproject has failed.
fatal: could not read Username for ‘https://github.com’: No such device or address
Retrying git clone ‘https://github.com/finnlabs/openproject-backlog.git’ “/home/openproject/.rvm/gems/ruby-2.1.4/cache/bundler/git/openproject-backlog-685fadb9dbd9b7a7d089fbb51301ab6335476b8e” —bare —no-hardlinks —quiet due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command `git clone ‘https://github.com/finnlabs/openproject-backlog.git’ “/home/openproject/.rvm/gems/ruby-2.1.4/cache/bundler/git/openproject-backlog-685fadb9dbd9b7a7d089fbb51301ab6335476b8e” —bare —no-hardlinks —quiet` in directory /home/openproject/openproject has failed.
fatal: could not read Username for ‘https://github.com’: No such device or address
Git error: command `git clone ‘https://github.com/finnlabs/openproject-backlog.git’
“/home/openproject/.rvm/gems/ruby-2.1.4/cache/bundler/git/openproject-backlog-685fadb9dbd9b7a7d089fbb51301ab6335476b8e”
—bare —no-hardlinks —quiet` in directory /home/openproject/openproject has failed.
@
Replies (1)
Quick update: This only appears to be a problem with the backlog plugin. Everything else seems to work.