You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing a package from a remote repository from Github gives me:
$ rustpkg install git://github.com/brson/rust-sdl.git
rust: task failed at 'Package git:/github.com/brson/rust-sdl.git not found in any of the following workspaces: [.]', /Users/pascal/git/rust/src/librustpkg/workspace.rs:24
Note the missing / in the URL. The same is happening if I omit the git:// part. Tested with 3290110. The people on #rust noted that rustpkg is not usable today but encouraged me to file a bug so that it doesn't get lost.
The text was updated successfully, but these errors were encountered:
Installing a package from a remote repository from Github gives me:
Note the missing
/
in the URL. The same is happening if I omit thegit://
part. Tested with 3290110. The people on #rust noted that rustpkg is not usable today but encouraged me to file a bug so that it doesn't get lost.The text was updated successfully, but these errors were encountered: