-
Notifications
You must be signed in to change notification settings - Fork 16
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: object 'github' not found #124
Comments
Thanks! I was not able to reproduce the bug. Can you try again but not nested inside a project? And I've updated the function a little bit to have the checkpoint stuff at the end, but to be safe and see whether it comes from checkpoint or not, please run |
What I was able to do is to improve the code creating and resetting projects but it won't solve your problem. 🤔 |
Kind of wondering if this may be a .file issue now🤷♂️
I remember the "./" warning from my first issue. I'll look back into the closed issues to see what I did before to "fix" this; a few days prior when everything ran fine, I don't recall seeing the "creating a project in a project" warning.
…Sent from my iPhone
On Feb 28, 2019, at 04:28, Maëlle Salmon <notifications@github.com<mailto:notifications@github.com>> wrote:
CAUTION: This Email is External.
What I was able to do is to improve the code creating and resetting projects but it won't solve your problem. 🤔
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#124 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFe62br_C5t8cAVF_dM7VDw6YYIcDEHVks5vR6EqgaJpZM4bV_5g>.
CAUTION: External Email This Email originated from outside the University of Calgary. Please exercise caution when opening attachments, clicking on links or when asked to enter usernames/passwords. Report suspicious emails to "reportphishing@ucalgary.ca" or via the Junk Email Reporting Add-in in the Outlook toolbar. For more information, call the IT Support Centre.
|
Delete the .rproj/.git that might be at ./, now |
There was a
It seems to be still trying to create those ( |
Weird is this due to some restrictions on the file created? I.e no write rights? |
Hmm strange thing, not sure what I did to fix it but I was doing some work on one of my git repos for a bit and returned to try this again and it magically worked all of a sudden. I've just made my first PR for the |
Good, I'll close this issue but of course feel free to open any new issue if you encounter a new problem! And thanks for the PR! |
I was about to send a PR for the
open = FALSE
argument; things were going great for the first three functions but then something went horribly wrong on the fourth one 😭Obviously, I thought it was a mistake I made in the code. I made sure to delete the local repo and install a-new, then I used
lookup::lookup
to make sure that I was in fact using code fromlockedata/starters
. Now all four functions won't work for me!At first the error was:
A SO post suggested the following:
I get a new error but not sure how to resolve.
using
starters::start_here()
I see:The text was updated successfully, but these errors were encountered: