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
If no environment variables are set, os.UserHomeDir() will return an error. I wonder if we need to add a logic here to get the result of cd ~ && pwd and try to find the .netrc file in that path.
I ran 'go test' in a subprocess with no environment at all (accidentally), and it failed with
The usual convention is that calls to base.Fatalf need to provide a 'go: ' prefix in the error.
The ones in auth should be fixed.
/cc @matloob @samthanawalla
The text was updated successfully, but these errors were encountered: