Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

fatal: repository 'https://github.com/gogovan/devise.git/' not found #13

Open
engmsaleh opened this issue Jun 3, 2018 · 5 comments
Open

Comments

@engmsaleh
Copy link

When I try to make bundle install I get the following error
fatal: repository 'https://github.com/gogovan/devise.git/' not found

@batmanbury
Copy link

Now it is requesting authentication with github username and password.

@andyw8
Copy link
Collaborator

andyw8 commented Apr 4, 2019

@engmsaleh @batmanbury Was this on the rails-5.1 branch? I see from the Gemfile that it's fetching some repos over https rather than git protocol, which may cause problems depending on how your local git is configured.

@satrioaw
Copy link

satrioaw commented Apr 7, 2020

I check repository doesn't exist
https://github.com/gogovan/devise

@delatbabel
Copy link

I can confirm that this is an issue with the rails-5.1 branch.

@bjoernls
Copy link

bjoernls commented Jun 28, 2021

There are two PR's that allegedly fix this issue.
I haven't tried them out, however this fixed it for me:
Gemfile

Change

gem 'devise', git: 'https://github.com/gogovan/devise.git', branch: 'rails-5.1'

to : gem 'devise', git: 'https://github.com/heartcombo/devise.git', branch: 'rails-5.1'
Gemfile.lock
Change
remote: https://github.com/gogovan/devise.git
revision: 931ae3985872ea1f0039cd3a749779c0023a622a

to
`remote: https://github.com/heartcombo/devise.git

revision: 245b1f9de0b3386b7913e14b60ea24f43b77feb0 `

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants