GitHub Classroom + GitHub Desktop is causing issues (related to private remote 'upstream') #145651
Unanswered
lenntt
asked this question in
GitHub Education
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
Problem Context
git remote rm upstream
.When syncing, it also tries fetching from upstream.
Problem
The problem, is that the template repository is private, so whenever they fetch, it results in a nasty error that's hard to explain to students new to git.
After the classroom is created, I can't switch the visibility to public (it gives a different error) - which is also not desired - I'd like to have only the people in, who're in the class.
The alternative, is having to manage the people in there manually - doesn't seem very productive either.
Desired behavior
Desired behavior, either:
upstream
- or at least the ability to switch it offupstream
read access to students who accepted the classroom (preferred).Remarks
PS: I hope I dont come across being rude, but I'm getting frustrated. this is the 3rd time I'm trying explain a GitHub issue ON github and TO GitHub. Other reports are:
Beta Was this translation helpful? Give feedback.
All reactions