-
Notifications
You must be signed in to change notification settings - Fork 196
fatal: repository 'https://github.com/gogovan/devise.git/' not found #13
Comments
Now it is requesting authentication with github username and password. |
@engmsaleh @batmanbury Was this on the |
I check repository doesn't exist |
I can confirm that this is an issue with the |
There are two PR's that allegedly fix this issue. Change rails-realworld-example-app/Gemfile Line 20 in f0e07b0
to : gem 'devise', git: 'https://github.com/heartcombo/devise.git', branch: 'rails-5.1' Gemfile.lock Change rails-realworld-example-app/Gemfile.lock Lines 2 to 3 in f0e07b0
to `remote: https://github.com/heartcombo/devise.git revision: 245b1f9de0b3386b7913e14b60ea24f43b77feb0 ` |
When I try to make
bundle install
I get the following errorfatal: repository 'https://github.com/gogovan/devise.git/' not found
The text was updated successfully, but these errors were encountered: