Giter Site home page Giter Site logo

Comments (3)

andreak avatar andreak commented on August 24, 2024 1

According to https://stackoverflow.com/questions/70663523/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported
... you cannot use the old git:// protocol anymore, so you have to use https or ssh.
To convert existing git://-URLs to https:

git config --global url."https://".insteadOf git://

To convert to ssh:

git config --global url."[email protected]:".insteadOf git://github.com/

Hope this helps.

from framework.

dpp avatar dpp commented on August 24, 2024

It seems that dl.bintray.com is giving a 500 which indicates problems with the bintray.

Please give it a few hours for the error to clear up (this is beyond this project or the ability of this project to influence)

from framework.

dpp avatar dpp commented on August 24, 2024

Okay... I pointed the script to a different download site for sbt:

diff --git a/liftsh b/liftsh
index f96e94f0..3b7f6559 100755
--- a/liftsh
+++ b/liftsh
@@ -2,8 +2,8 @@
 
 # Make sure to change the name of the launcher jar and the source when bumping sbt version
 # so that the existence test below fails and we download the new jar.
-SBT_LAUNCHER_PATH="project/sbt-launch-0.13.15.jar"
-SBT_LAUNCHER_SOURCE="https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.tgz"
+SBT_LAUNCHER_PATH="project/sbt-launch-0.13.18.jar"
+SBT_LAUNCHER_SOURCE="https://github.com/sbt/sbt/releases/download/v0.13.18/sbt-0.13.18.tgz"
 
 # Download the sbt launcher on-the-fly if it's not already in the repository.
 if test ! -f $SBT_LAUNCHER_PATH; then

Getting another error:

[info] welcome to sbt 1.3.12 (Ubuntu Java 11.0.14)
[info] loading settings for project root from plugins.sbt ...
Cloning into '/home/dpp/.sbt/1.0/staging/a6a77c219d2001172bee/sbt-lift-build'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
[error] Nonzero exit code (128): git clone git://github.com/lift/sbt-lift-build.git /home/dpp/.sbt/1.0/staging/a6a77c219d2001172bee/sbt-lift-build
[error] Use 'last' for the full log.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q

Anyone (e.g., @Shadowfiend @andreak @farmdawgnation ) got clues as to how to work around this issue?

from framework.

Related Issues (20)

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.