Skip to main content

Questions tagged [github]

GitHub is a web-based hosting service for software development projects that use Git for version control. Use this tag for questions specific to problems with repositories hosted on GitHub, features specific to GitHub, and using GitHub for collaborating with other users. Do not use this tag for Git-related issues simply because a repository happens to be hosted on GitHub.

-1 votes
1 answer
12 views

I get an error for loading an RSA key when doing version automation using github actions

My main idea is that every time I make a commit it looks to see if the phrase NEW_VERSION:5.0.01 (5.0.01 is just an example in this case) exists somewhere in the commit message and replaces it with a ...
joaovitorkc's user avatar
-1 votes
0 answers
10 views

Could not read from remote repository and permission denied error in Github

I have been added as a collaborator to a private Github repository. However, when I am trying to push the code to the main branch, I get the following error. [email protected]: Permission denied (...
WasimSafdar's user avatar
  • 1,122
0 votes
1 answer
19 views

Is putting Git config setting "user.signingKey" under version control considered harmful?

I'm signing my Git commits and therefore my .gitconfig looks like this: [commit] gpgsign = true [user] name = myUser email = [email protected] signingkey = ...
mu88's user avatar
  • 5,063
-1 votes
0 answers
12 views

In the Sourcetree application, I am trying to print the differences between two commits to a word file, but I cannot print it in the format I want

According to the project given to me during the internship, I need to find a way to automatically print the differences between 2 commits selected on the application called Sourcetree into a Word file....
Ali AVCI's user avatar
0 votes
2 answers
16 views

How to ignore large file uploads in git? For example dependencies?

Good afternoon everyone. An error occurs when uploading a repository to Git. This is error "File Pods/MyPath/YandexMapsMobile.xcframework/ios-x86_64_arm64-simulator/YandexMapsMobile.framework/...
Steven Kirke's user avatar
0 votes
1 answer
9 views

GitHub Pages Custom Domain with Squarespace Domain Not Propagating

I am trying to set up a custom domain for GitHub Pages, specifically with the domain lordimass.net I bought the domain from Squarespace yesterday morning and have removed squarespace's default DNS ...
Lordimass's user avatar
  • 148
0 votes
0 answers
11 views

Where to stroce credentials for lfs server?

currently I store my credentials in .lfsconfig file and I pushed this file to the repo so that everybody can pull from git lfs server, but this solution does not satisfy me. Other people who have ...
cvzx's user avatar
  • 17
-4 votes
0 answers
16 views

Create Pull Request Between Two seperate GitHub Repositories (without Forking) [duplicate]

I am looking for the need to maintain two separate repositories, parent and child. The parent has all the features, but the child does not. So I need to make PR from parent to child for some features. ...
Dileepa Mabulage's user avatar
0 votes
0 answers
19 views

Create Pull Request Between Two seperate GitHub Repositories (without Fork) [duplicate]

I am looking for the need to maintain two separate repositories, parent and child. The parent has all the features, but the child does not. So I need to make PR from parent to child for some features. ...
Dileepa Mabulage's user avatar
0 votes
0 answers
20 views

Require linear history for new commits only

I'm trying to set up GitHub rulesets for an old repo. One thing that I can't do is to add the rule "Require linear history" because when I enabled it I get this error Require linear history ...
Robert's user avatar
  • 2,625
0 votes
0 answers
18 views

Problem with swiftgen on GitHub CI after updating action/cache version

I updated on the GitHub CI the workflow action/cache from 3.2.4 to 4.0.2. The test run for the PR with these changes is now failing when trying to build with xcodebuild. Package resolution works fine ...
Quambadeur's user avatar
-1 votes
0 answers
18 views

Only apply the review position for specific jobs in a workflow while being able to fetch environment variables for all jobs

Here is my workflow code: name: Deploying Lambda on: pull_request: types: [closed] branches: - 'dev' jobs: build-latest: runs-on: ubuntu-latest steps: # ... existing ...
user20358's user avatar
  • 14.5k
0 votes
1 answer
18 views

How to pass parameters into reusable workflows?

I am using reusable workflow in GitHub Actions. Any idea why this workflow job in my feature.yml file: my-job: runs-on: ubuntu-latest uses: my-org/my-repo/.github/workflows/reusable.yml@v1....
user20358's user avatar
  • 14.5k
-2 votes
1 answer
36 views

GitHub Actions nodejs supported versions for 'Run Azure/static-web-apps-deploy@v1'

I have a GitHub Actions error specifically within the 'Run Azure/static-web-apps-deploy@v1' action which returns: Error: Platform 'nodejs' version 'x.x.x' is unsupported. Supported versions: Is ...
jjf130803's user avatar
0 votes
1 answer
39 views

How to resolve it when a file that doesn't exist in my remote repo keeps showing up in local?

Every time I pull from remote to my local, I see a file being deleted in git changes (with no input from me). The file does exist in local but 3 or 4 times I've checked and that file doesn't exist in ...
matt's user avatar
  • 2,800

15 30 50 per page
1
2 3 4 5
3891