Code Monkey home page Code Monkey logo

Comments (5)

bjoernls avatar bjoernls commented on July 30, 2024 1

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 `

from rails-realworld-example-app.

batmanbury avatar batmanbury commented on July 30, 2024

Now it is requesting authentication with github username and password.

from rails-realworld-example-app.

andyw8 avatar andyw8 commented on July 30, 2024

@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.

from rails-realworld-example-app.

satrioaw avatar satrioaw commented on July 30, 2024

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

from rails-realworld-example-app.

delatbabel avatar delatbabel commented on July 30, 2024

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

from rails-realworld-example-app.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.