python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Torch. hub and private repos
I want to use models from a private repository, that I have access to, with torch.hub.load, but I get HTTP error 404: not found.
I tried setting $GITHUB_TOKEN env variable, but it didn't help. Is ther...
jrod17
Votes: 0
Answers: 0
Git: is it possible to restrict clone/view specific branch for specific user
Skip to TL;DR if you don't want to understand the context.
Context: I am handling internal team learning process, in which 1 of the assignment for the "student" (software engineer learning ...
EdgarDrake
Votes: 0
Answers: 2
How can a Github App list a user's private repositories?
I am trying to list a user's private github repositories via a github app.
(Note: I am not currently using OAuth, and I am looking for a user's repositories, not an org's.)
I am attempting to make thi...
poundifdef
Votes: 0
Answers: 1
not able to pip install from private repo in docker
i have been following the examples here on trying to download a private package in github via the docker command. My problem is i need a private token to access git.
I tried the following in my Docke...
turtle_in_mind
Votes: 0
Answers: 0