Hello everybody,This morning I tried to clone a project I’ve been meaning to work on that uses amber. The problem isn’t the authentication though… the Is it maybe something I’m doing wrong? You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Adrian Castravete wrote:
> > Hello everybody, > > This morning I tried to clone a project I’ve been meaning to work on > that uses amber. > However when I try to do |bower install| it requests a *github* username > and password. > After supplying them it fails with an /Authentication/ error. > > The problem isn’t the authentication though… the > |https://github.com/codemirror/bower.git/| is the culprit. > When I tried to access it github responds with a 404. > > Is it maybe something I’m doing wrong? I just tried `amber init` on my machine and everything went fine (it loaded codemirror 5.21.0). I even did `npm -g install bower` to get newest version and `del /s/q bower_components` and `bower cache clean` to check fresh `bower install` behaviour; but no problems there. Herby -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Herby Vojčík wrote:
> Adrian Castravete wrote: >> >> Hello everybody, >> >> This morning I tried to clone a project I’ve been meaning to work on >> that uses amber. >> However when I try to do |bower install| it requests a *github* username >> and password. >> After supplying them it fails with an /Authentication/ error. >> >> The problem isn’t the authentication though… the >> |https://github.com/codemirror/bower.git/| is the culprit. >> When I tried to access it github responds with a 404. >> >> Is it maybe something I’m doing wrong? > > I just tried `amber init` on my machine and everything went fine (it > loaded codemirror 5.21.0). I even did `npm -g install bower` to get > newest version and `del /s/q bower_components` and `bower cache clean` rd /s/q ... whatever, same as rm -rf in unix. Message understood, I hope. > to check fresh `bower install` behaviour; but no problems there. > > Herby > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Gotcha! Doing now! :)
-- On Monday, 28 November 2016 13:16:40 UTC+2, Herby wrote: Herby Vojčík wrote: You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
OK! I think I figured out what I did wrong. Fresh install on home laptop, and everything worked fine. Thank you very much for the fast reply and sorry for the bother / disturbance. On Monday, 28 November 2016 21:48:44 UTC+2, Adrian Castravete wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |