58,246 questions
-1
votes
0
answers
19
views
Github GraphQL - list projects whish have at least one branch
In my app I am listing projects with GitHub GraphQL.
I process their branches so I want to ignore projects which don't have any branch. I am not sure how to do that.
Currently I have the following ...
-8
votes
0
answers
45
views
How to push Git to Git hub for mac [closed]
i am facing problems in putting commands if anyone can guide me step by step . Also seen 3 to 4 tutorials though, i want answer from someone who has faced same problems and done it.
0
votes
0
answers
33
views
Running GitHub Actions after other action and only on tag [closed]
I want to run my GitHub Actions Workflow only after another has finished and if the push was a tag.
Currently I have following logic:
name: Production Deployment
on:
workflow_run:
workflows: [&...
-6
votes
0
answers
28
views
Github repository troubleshoot [closed]
I have made an HTML page live, but it is not showing in the given link. Rather, it displays the repository name. What do you think I have done wrong & how should I solve it?
Advice
0
votes
1
replies
74
views
How to read a large Python project (for example, a project of Deep Learning or Reinforcement Learning)
I've downloaded many Python projects about Reinforcement Learning from Github, but each takes me too much time to read.
It's easy to comprehend a simple Python project with only a few *.py files, but ...
-4
votes
1
answer
49
views
How to I resolve fast-forwarding error between local Git and GitHub?
I committed a project to my local Git repository and pushed it to GitHub. I then amended my local commit and tried to push the amended commit to GitHub. That gave me an error:
hint: Updates were ...
Advice
0
votes
2
replies
51
views
Commit old "hobby projects" code stored in local drives to git repository
I have been developing code for hobby projects across ESP8266, Arduino UNO, Python etc. for past 5+ years.
All this code is stored in either local drives of my computer, old hard disks or sent to ...
0
votes
1
answer
34
views
GitHub Actions workflow_dispatch inputs not showing in Actions tab
I’m trying to create a GitHub Actions workflow that manages AWS Secrets Manager (create/read/update/delete). The workflow should only run manually using workflow_dispatch, because it requires user ...
-3
votes
0
answers
27
views
Why do I not get GitHub notifications? [closed]
When I create issues on GitHub repos, I do not get email notifications from GitHub upon comment or update, even though the bottom right corner shows me as Subscribed and in my account settings I have ...
-9
votes
0
answers
47
views
How can i link stripe so my appnis fully functional? [closed]
I have built an app through from google ai studio, put it in github , hosting on vercel and want to add stripe for payments. I've add keys to vecel but my domain won't load to sripe. I need help so my ...
-1
votes
0
answers
53
views
Why am I getting fatal: Unable to create '.git/index.lock': File exists even when no Git process is running? [duplicate]
I get this error:
fatal: Unable to create 'C:/Users/HP/.git/index.lock': File exists
There is no other Git process running.
Is it safe to delete the index.lock file manually?
Best practices
1
vote
3
replies
62
views
How to make one commit of several changes on GitHub when working via the GUI and not using command line
First of all, yes, I have read all topics here related to my question. But other questions are based on changes made locally and using command line.
I'm asking about this specific situation: working ...
Advice
0
votes
0
replies
24
views
What is Github policy about distributing closed source software binaries on GitHub?
While it is possible to use GitHub for releasing software with outdated sources or no sources at all,
I wonder how legal it is and how what is official Microsoft position is.
I think for most ...
-2
votes
2
answers
80
views
Change in module behavior for clang in GitHub
I've inherited a GitHub job I don't understand well and that has stopped compiling.
It creates a .a library for iOS.
The source consists of a set of modules, each declared thus:
export module x;
...
1
vote
1
answer
96
views
Why does git fetch origin pause / do nothing / not complete
pre-existing questions are asking about commands that exit with status code 0 -- my command does not exit.
Here is the super verbose output obtained via
GIT_TRACE=true \
GIT_CURL_VERBOSE=true \
...