standardml / smackage

Smackage Package Manager for Standard ML
Other
122 stars 12 forks source link

"smackage refresh" failure #20

Closed kentlwilson closed 11 years ago

kentlwilson commented 11 years ago

The refresh command is failing with the following error:

Permission denied (publickey). fatal: The remote end hung up unexpectedly WARNING: When trying to pull source smbt git git@github.com:finrod/smbt.git', got the following error "Fail: I/O error trying to access temporary file" If this line is in sources.local, you may need to run smackage unsource' to remove it. Permission denied (publickey). fatal: The remote end hung up unexpectedly WARNING: When trying to pull source smbt git git@github.com:finrod/smbt.git', got the following error "Fail: I/O error trying to access temporary file" If this line is in sources.local, you may need to run smackage unsource' to remove it.

gian commented 11 years ago

Whoops, an incorrect Git string was masked by me having it in my local sources properly. Sorry about that. I'll push a fix in just one moment.

gian commented 11 years ago

Fixed in 0280a9b.

Updating may cause you issues though. The best thing to do is to remove the 'smbt' line in $SMACKAGE_HOME/sources and then run smackage refresh again.