-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Error when not creating the reference repository. #27
Comments
Something that might be related that I just encountered (and bear with me as I'm just now getting started with git): In a fresh temp 5_3_11 working area, I tried
and it wanted to create the reference git repository:
I typed ?ENTER since I wanted more info, and apparently the was not a bright idea:
I.e. the ENTER keypress amounted to specifying N on the second "create it?" prompt -- not what I was expecting, but fine. The reason I am complaining about all this is that this seems to have had the side effect of deleting the src directory out of the working area. src was my $PWD at the time, if that helps. Also, src was empty, so no real problem, but I wonder if it could be dangerous (probably just a simple 'rmdir' but I do not know). I recreated the src directory and tried the addpkg command again, answering y to the "create it?" prompt. It did its thing and got to the point where it asked me for my keyphrase, which I returned to after several minutes of coffee-getting. I guess there was a timeout somewhere:
after which the src directory has disappeared again! Once more recreating src and trying addpkg, it succeeded (and did not delete the src directory). Sorry if this should have been filed as a separate issue. |
Answering no to "Create a cache" results in trying to use the
none
reference repository, which is obviously wrong.The text was updated successfully, but these errors were encountered: