Skip to main content

Questions tagged [github]

Git repository hosting service - May be better on Web Apps or Stack Overflow

166 questions with no upvoted or accepted answers
8 votes
0 answers
819 views

Full github issue and project board integration for IntelliJ IDEA

I recently found out that apart from just simply pushing/pulling from a github repo from within IntelliJ IDEA, you can also create pull requests and create tasks and change lists based on issues on ...
coolcat007's user avatar
7 votes
0 answers
3k views

Download zip/tar Github repository with .git metadata?

I need to download zip/tar Git repositories from Github and get not just the source but also the .git directory. I'm aware I could use git clone, but this is for an tool that runs on systems that may ...
dgh's user avatar
  • 412
4 votes
1 answer
2k views

How do I undo an ssh-add on a forwarded identity to access github?

I'm currently trying to access GitHub to clone a repository with SSH. However, when I enter the url to clone, the server hangs after Initialized empty Git repository in /export/home/nathan/myrepo, ...
Nathan Basanese's user avatar
3 votes
1 answer
584 views

Github for Mac installs a webserver, “github conduit.” Is that a security risk?

Github for Mac is a helpful app provided for free by the people at Github.com. It’s an Mac OS X GUI for simple operations with git, and works quite well. It turns out that when I visit a repo on ...
emrys57's user avatar
  • 169
3 votes
1 answer
2k views

Transfer ownership of Github repo to someone who has forked it

I have forked a repo on Github and made my own modified version of the code. After helping out the original repo's dev with some code, he's ready to retire from it himself and wants to transfer ...
Lightmaster's user avatar
2 votes
0 answers
56 views

Setting GitHub Actions Secrets on Docker container build/run command, but encountering a parsing issue

I'm in the early stages of building an automated pipeline. Still in the exploring phase. Right now, I'm struggling with setting the environment variables for the container I'm going to run my app. The ...
Jorge Mauricio's user avatar
2 votes
0 answers
949 views

Cant open github.com on safari nor access it in terminal in macos monterey 12

I am brand new to Mac and wondering what i cant access github.com from safari or from terminal with git clone. MyOS is 12.0.1 Monterey. In Safari, it says "safari cant establish a secure ...
TheAnd's user avatar
  • 21
2 votes
1 answer
1k views

How to deploy to AWS elastic beanstalk with github actions on many environments? (dev, staging, prod)

I'm using this github action to build a docker image from a Node app, then deploy it to elastic beanstalk via ECR. This works fine for a single environment for the app, but what about adding staging ...
Petruza's user avatar
  • 3,883
2 votes
0 answers
590 views

Windows gradle build failed

I am trying to compile this code from Github (https://github.com/CCAFS/csa_compendium). I downloaded gradle. When I try to run it from the command line, I get the following error: Could not create ...
Helena's user avatar
  • 21
2 votes
1 answer
2k views

How to configure build number format on TeamCity when using Git source control

We have recently moved from Team Foundation Server (TFS) source control to Git source control. We are using TeamCity as our build server. Our build number format in TeamCity is defined as this: %...
bala's user avatar
  • 21
2 votes
2 answers
3k views

How to ignore larger files from pushing to github?

I am new to git and tried to push my project directory to github. Below are the step I followed. git init git add . git commit -m 'first commit' git push <my repo address> Then below error ...
Mohan's user avatar
  • 121
2 votes
0 answers
51 views

A certain obscure FOSS script made for my archaic motherboard to perform a very specific function fails to run. Can anyone please explain why?

So, I have a motherboard, MSI H81M-P33, and I have a freshly bought PWM fan. Unfortunately, my motherboard's BIOS does not allow me to reduce the RPM curve of my fans below 50%, which makes them ...
Vladimir Vilimaitis's user avatar
2 votes
0 answers
110 views

GitHub - UI allowing non-technical collaborators to edit files

I have a Github repository that only contains one file - a readme.md. I want to distribute an edit link to several non-tech-savvy collaborators, but without having to explain to them what "commit" ...
Alt_Doru's user avatar
2 votes
0 answers
180 views

Can not do anything with GitHub remotely

Now, my version is 10.14.3 Beta (18D32a). Since I updated the previous version, As long as I run git clone or git push command, it will lead to: fatal: unable to access 'https://github.com/user/...
NeZha's user avatar
  • 41
2 votes
1 answer
790 views

Unable to fetch particular commit hash from gerit error: Server does not allow request for unadvertised object

I have updated manifiest file with clone-depth=1 and when I try to do the repo sync I am getting the below error. Our gerit config has all the required setting changes for shallow clone The error: ...
Sunil Dasappanavar's user avatar

15 30 50 per page
1
2 3 4 5
12