This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
"unexpected error while defensively cleaning up" #2164
Comments
Huh. Can you run |
Ah, looks like #2168 fixes this. |
Sadly I can't help you on this one as the project I was working on that
triggered this shut down :( I hope that PR fixes it.
Good luck!
…On Sat, Jun 8, 2019 at 6:39 PM Kevin Burke ***@***.***> wrote:
Ah, looks like #2168 <#2168> fixes this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2164?email_source=notifications&email_token=AAAKVPCDOLPUOFDLW5MYXKLPZRNNJA5CNFSM4HNQMQ52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXIBXBQ#issuecomment-500177798>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAKVPEH5LWZGVB5ABO6O4DPZRNNJANCNFSM4HNQMQ5Q>
.
|
I ran into similar problem :\ (mac, git 2.22, dep 0.5.3) |
same problem in mac. |
Hi, yeah it seems the same issue that I fixed in #2168 I have the same git version. I inserted an example about how we could reproduce it directly with git command. I hope for the merge. |
kevinburke
pushed a commit
that referenced
this issue
Jun 13, 2019
Previously, the "-x" in git submodule foreach --recursive git clean -x was being applied to the "git submodule" command not the "git clean" command. git submodule foreach expects the inner command to be wrapped in a single string, so pass git clean as a single string. Verified this works as expected on the command line. Fixes #2164. Fixes #2168.
kevinburke
added a commit
that referenced
this issue
Jun 13, 2019
Previously, the "-x" in git submodule foreach --recursive git clean -x was being applied to the "git submodule" command not the "git clean" command. git submodule foreach expects the inner command to be wrapped in a single string, so pass git clean as a single string. Verified this works as expected on the command line. Originally submitted as #2164 by Daniele Rodina <[email protected]>, re-submitted by me to amend the commit and merge immediately. Fixes #2164. Fixes #2168.
kevinburke
added a commit
that referenced
this issue
Jun 13, 2019
Previously, the "-x" in git submodule foreach --recursive git clean -x was being applied to the "git submodule" command not the "git clean" command. git submodule foreach expects the inner command to be wrapped in a single string, so pass git clean as a single string. Verified this works as expected on the command line. Originally submitted as #2164 by Daniele Rodina <[email protected]>, re-submitted by me to amend the commit and merge immediately. Fixes #2164. Fixes #2168.
kevinburke
added a commit
that referenced
this issue
Jun 13, 2019
Previously, the "-x" in git submodule foreach --recursive git clean -x was being applied to the "git submodule" command not the "git clean" command. git submodule foreach expects the inner command to be wrapped in a single string, so pass git clean as a single string. Verified this works as expected on the command line. Originally submitted as #2164 by Daniele Rodina <[email protected]>, re-submitted by me to amend the commit and merge immediately. Fixes #2164. Fixes #2168.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to import
github.com/nightlyone/lockfile
, which is an indirect dependency I have.What version of
dep
are you using (dep version
)?v0.5.3
Also
git version
=git version 2.21.0.
What
dep
command did you run?dep ensure -v
What did you expect to see?
Solved output.
What did you see instead?
The text was updated successfully, but these errors were encountered: