github Questions
6
in Visual studio code
i spent a lot more time for this, I'm trying push my deleted project that is coming from 1st account github into an existing repository in new another account, but I'm getting...
Freesia asked 4/12, 2021 at 7:59
5
Solved
I am using the GitHub application for Windows, and it's working great. However, I'm confused how I can work on multiple branches at the same time on my local files.
Let's say that I cloned a repos...
7
After recently taking a programming course online which required us to upload our homework assignments into Github, ever since then whenever I type git push -u origin master I get:
remote: Permiss...
Borderer asked 12/8, 2015 at 23:29
4
Is it possible to get a list of pull requests that have touched any file under a given directory?
The other day, I had to wade through dozens of pull requests from the past several months and coll...
Remindful asked 27/2, 2017 at 22:28
1
When using branch protection on a repository, you can specify Require status checks to pass before merging. You can search for a job that is used by one of your workflows within the repository by t...
Schnozzle asked 28/8, 2023 at 14:40
6
Solved
Running Windows 8.1 64-bit with the following installed:
Git for Bash (v2.24.1.windows.2) using MinGW-W64
Visual Studio Code (v1.41.1)
My personal SSH key (located at %USERPROFILE%\.ssh) has be...
Fiesole asked 24/1, 2020 at 11:47
3
I'm trying to upload a number of files and folders to my private GitHub repository. However, when I open my private repository on GitHub, I can't see the files and folders that I've pushed.
I've be...
Saffren asked 21/1, 2024 at 18:5
3
Solved
I want to stop Vercel from creating preview deployments for the dependabot pull requests.
In Vercel, in the Ignored Build Step I've tried this:
bash vercel.sh
and in my repo, the vercel.sh file lo...
Granddaughter asked 25/1, 2023 at 9:40
3
Solved
git push -u origin main
error: RPC failed; HTTP 400 curl 22 The requested URL returned error:
400
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unex...
Kilmarx asked 14/1, 2024 at 18:48
3
Solved
I recently updated my self-hosted linux server on compute engine. Pm2 had been working perfectly along my github actions previously. However after update when i restart a pm2 instance from my ssh t...
Gaiser asked 8/9, 2021 at 18:29
2
I'm using VSCode and FNM (Fast Node Manager) instead of NVM. The issue seems to be that VSCode fails to see npx while committing from Source Control and throws out the following error:
> git -c ...
Nisan asked 14/2, 2022 at 6:15
3
I have a team called "team-core" in GitHub.
This team has Write access to a certain private repository:
I have an environment "qa" set up for this repository in GitHub.
I want ...
Baudin asked 6/9, 2022 at 23:0
1
I made a python library called pycyrpto_tx and I uploaded it on github but I looked at the insight tab and I realized I got more clone than visitors can you please explain what happened?
As you se...
Incontrollable asked 8/5, 2022 at 5:53
2
Solved
If I remove someone from a Github repository as collaborator, will they get notified that they are removed as a collaborator? Thank you for response.
Allodial asked 7/9, 2022 at 11:22
2
When i commit changes via Github Desktop, pre-commit cannot handle the changes and commit them but overwrites all other stages changes (the once i didn't intent to commit now) by its improvements.
...
Floorwalker asked 2/7, 2024 at 7:3
3
Solved
I am trying to create a branch on someone else's repo. I am trying to follow the official instructions, but I get stuck here because Github apparently should offer to create a branch when I type it...
Iniquity asked 20/6, 2015 at 0:9
2
I did a misconfiguration with concurrency, initially in the root of my GitHub Actions workflow, and moved to a sub workflow (workflow_call).
Since, I have a workflow that is stuck with label:
I tr...
Gervais asked 11/1, 2024 at 10:49
11
Solved
Might be a duplicate question, but none of the available solutions seems to be working. Could be that Github changed Support for password since 13 Aug, 2021.
I have tried the following:
Checked th...
2
Official github actions documentation says I can set the defaults to specfify defaults settings for all jobs (https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#default...
Carr asked 15/5, 2020 at 10:49
8
I have completed my project.
My stack :
Front-End UI => Reactjs
Back-End => Nodejs/Expressjs + MongoDB
And below is my project structure containing both the folders:
project_Name > client...
Charlet asked 24/12, 2020 at 11:27
3
Solved
I am a maintainer of a few Julia GitHub repositories which use GitHub Actions for nightly CI runs, via cron. Some of these packages do not get maintenance for months but are used within the ecosyst...
Hoot asked 20/4, 2021 at 18:23
7
I have an issue similar to what has been asked here, but there is no answer.
Have following structure in maven project (which is standard):
parent-pom - which is a parent for all others
|_reacto...
2
In the below syntax:
jobs:
testing:
name: some test
runs-on: [ self-hosted, linux, xyz ]
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15.0
id: go
- name: Config...
Firsthand asked 11/2, 2021 at 7:19
3
Github supports syntax highlight as follows:
```javascript
let message = 'hello world!'
```
And it supports diff as follows: (but WITHOUT syntax highlight)
```diff
-let message = 'hello world!'...
4
Solved
I use VS Code to handle most my code and to manage branches with GitHub and generally it works like a charm. However today while trying to merge a branch I didn't get a merge handler that allows me...
Pylorus asked 6/2, 2024 at 0:18
© 2022 - 2025 — McMap. All rights reserved.