Skip to content

Instantly share code, notes, and snippets.

@anpin
Created June 20, 2023 07:30
Show Gist options
  • Save anpin/c716eea9cfd73a3c3b26a32931f2818b to your computer and use it in GitHub Desktop.
Save anpin/c716eea9cfd73a3c3b26a32931f2818b to your computer and use it in GitHub Desktop.
paket git dependency hangs
#!/bin/sh
mkdir -p paket-repro && cd paket-repro
dotnet new tool-manifest
dotnet tool install paket
echo -e 'git https://github.com/anpin/Elmish.Bridge ns2.0 build: "./build.sh", Packages: /nugets/, OS: mono\n nuget Elmish.Bridge.RPC' > paket.dependencies
dotnet paket update -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment