-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: "The system cannot find the path specified" error during go get #24968
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
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
Comments
Is OneDrive involved in any way>
…On 20 April 2018 at 19:45, Marcin Jurczuk ***@***.***> wrote:
Hi,
After upgrade to go1.10 I can't download packages. I've tried few of them.
What version of Go are you using (go version)?
PS C:\Users\spock\go\src\github.com\mrspock> go version
go version go1.10.1 windows/amd64
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env)?
PS C:\Users\spock\go\src\github.com\mrspock> go env| Select-String GOHOST
set GOHOSTARCH=amd64
set GOHOSTOS=windows
What did you do?
Example command:
PS C:\Users\spock\OneDrive\go\src\github.com\mrspock> pwd
Path
----
C:\Users\spock\OneDrive\go\src\github.com\mrspock
go get github.com/mrspock/godocsis
package github.com/mrspock/godocsis: mkdir C:\Users\spock\go\src\github.com\mrspock\: The system cannot find the path specified.
I've tried with package where top directory doent' exist. Error is the
same.
PS C:\Users\spock\go\src\github.com\mrspock> go get github.com/jrallison/go-workers
package github.com/jrallison/go-workers: mkdir C:\Users\spock\go\src\github.com: The system cannot find the path specified.
PS C:\Users\spock\go\src\github.com\mrspock>
What did you expect to see?
Proper package install
What did you see instead?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24968>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAcAyz0erzjaQyb6fsUrmqFDEZ8CKyHks5tqa4_gaJpZM4TdLVp>
.
|
Yes. |
What does |
Please search the issue tracker for recently closed issues involving one drive. This has been addressed in the last month or so.
… On 20 Apr 2018, at 20:32, Marcin Jurczuk ***@***.***> wrote:
Yes.
src is on OneDrive.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Duplicate of #22579 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Hi,
After upgrade to go1.10 I can't download packages. I've tried few of them.
What version of Go are you using (
go version
)?PS C:\Users\spock\go\src\github.com\mrspock> go version
go version go1.10.1 windows/amd64
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?What did you do?
Example command:
I've tried with package where top directory doent' exist. Error is the same.
What did you expect to see?
Proper package install
What did you see instead?
The text was updated successfully, but these errors were encountered: