-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: x/crypto: already exists and is not an empty directory. package golang.org/x/crypto: exit status 128 #31453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I wonder whether the leading underscore in the directory name is somehow causing a problem. CC @alexbrainman for Windows expertise. |
I am away from my windows computer for a week. I will try to reproduce this when I am back. Alex |
@MostHated I cannot reproduce your problem here. I can download the package without any problems.
The only thing I am uncertain about is your TMP directory. Mine is Alex |
Hey there, Thanks, |
I will go ahead and close this one since you are not able to reproduce anymore. Feel free to reopen if you see this again. Thanks. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it does
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I entered go get -u golang.org/x/crypto
What did you expect to see?
I expected to see that it downloaded the crypto package in order for me to use bcrypt. The directory in which it is saying exists, does not exist and I am not sure why it is showing a flat path with no backslashes in the log.
What did you see instead?
The text was updated successfully, but these errors were encountered: