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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Download the gist, replace TestSSHKey with your own ssh key and run it with go test -race will make the following error. Interesting thing is that race is not always detected depending on which repository to clone.
Go version:
go version go1.8 darwin/amd64
go-git version: fresh install with
go get gopkg.in/src-d/go-git.v4/...
I tested my code that calls
PlainClone
with-race
option and race is detected.This gist will demonstrate the issue.
Download the gist, replace
TestSSHKey
with your own ssh key and run it withgo test -race
will make the following error. Interesting thing is that race is not always detected depending on which repository to clone.The text was updated successfully, but these errors were encountered: