We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An error 'undefined local variable or method stdin is return and the tool crash.
'undefined local variable or method stdin
Since switch back from open4 to IO.popen (d19b9c8) the stdin object is no more defined
stdin
The text was updated successfully, but these errors were encountered:
Same error for me on a WSL machine.
Sorry, something went wrong.
any findings on this guys?
I met the error same as you. undefined local variable or method 'stdin' for #<Svn2Git::Migration:0x00007f0f6efd24e0> (NameError)
undefined local variable or method 'stdin' for #<Svn2Git::Migration:0x00007f0f6efd24e0> (NameError)
Same here. Windows 11, WSL, Ubuntu 22.04.1 LTS, svn2git/jammy 2.4.0-3.
No branches or pull requests
What happend
An error
'undefined local variable or method stdin
is return and the tool crash.Why
Since switch back from open4 to IO.popen (d19b9c8) the
stdin
object is no more definedThe text was updated successfully, but these errors were encountered: