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.
I'm using plain clone to clone a repo.While it doesn't even exist in the directory,it throws an error saying the repo already exists.This is the code: r,err := git.PlainClone("", false, &git.CloneOptions{ URL: "https://github.com/anant2614/spring-samples", RecurseSubmodules: git.DefaultSubmoduleRecursionDepth, })
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm using plain clone to clone a repo.While it doesn't even exist in the directory,it throws an error saying the repo already exists.This is the code:
r,err := git.PlainClone("", false, &git.CloneOptions{ URL: "https://github.com/anant2614/spring-samples", RecurseSubmodules: git.DefaultSubmoduleRecursionDepth, })
The text was updated successfully, but these errors were encountered: