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
0 votes
1 answer
1k views

Setup auto build after push on TeamCity

I have GitHub repo and TeamCity 2018.2.1. I have already setup periodic check of git in the TeamCity (every 30 sec). But it's not good solution for me. I want an automatic build as soon as someone ...
DerSkythe's user avatar
  • 131
0 votes
1 answer
3k views

ca-certificates is broken or not fully installed

Running sudo wget -O ruby-install-0.7.0.tar.gz https://github.com/postmodern/ruby-install/archive/v0.7.0.tar.gz I get the message ERROR: cannot verify github.com's certificate, issued by ‘CN=...
Thomas's user avatar
  • 1
0 votes
0 answers
300 views

Error while connecting source code management in Jenkins

My Jenkins is installed on a remote server and I can access it through a particular URL. When I try to add source code management as git and provide the URL of my git repo, it gives me an error: ...
TAJINDER SINGH's user avatar
0 votes
1 answer
927 views

Installing TorChat on Kali Linux

I Have a problem with installing Torchat on my Kali Linux this is my version Linux ******* 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux. In the Github site I ...
Bradass_FaLLaG's user avatar
0 votes
1 answer
299 views

Can a new collaborator see previous commits/histories/logs?

I have been working on a repository of github on my own for 2 years . Now, I'm going to add a new collaborator. Before adding him, my question is whether he will have access to previous commits/...
SoftTimur's user avatar
  • 1,307
0 votes
1 answer
3k views

How to get email notification for every git push issued on any github hosted repo

Let's say there is one github repo. (Public/Private) Many developers are working on same repo and doing git push. Now is there any way so once any user commits on that repo.I get email notification ...
Jeegar Patel's user avatar
0 votes
1 answer
67 views

Using Google Fonts in the windows boot image

How do I install Google Fonts inside the boot image of my windows? So that I am able to install/update all computers with the fonts pre-installed.
Woww's user avatar
  • 101
0 votes
1 answer
622 views

Git merge 2 branches

I'm just starting to use GIT, and i'm trying to understand if i'm correct. Let's say we have branch Master, branches Bug1, Bug2 If i want to merge branch Bug1 into Bug2, i would do something like: ...
Rost's user avatar
  • 1
0 votes
1 answer
476 views

Why does GitHub Desktop lose formatting in some files?

For some files, even though the formatting is preserved in the IDE (I use Sublime Text Editor btw), when I make a change and then open up Github Desktop to check for changes, the formatting is all ...
asprin's user avatar
  • 785
0 votes
0 answers
326 views

Unable to fetch from another fork of same repo github

I have forked a repo from say user1/repo1 to me/repo1. Another user has forked the same repo from user1/repo1 to user2/repo1. I have read access to both repo. I can confirm because i can open the ...
Shubham Singla's user avatar
0 votes
0 answers
232 views

How to speed up GitHub pull/fetch with my Wifi router?

I've a 50MBPS internet connection. Everthing is pretty fast except GitHub requests. If I connect via my mobile phones hotspot, it goes pretty fast. What could be the reason for this slowness? I don't ...
Ashish Singh's user avatar
0 votes
0 answers
89 views

Firefox No-Script ABE block oauth over github.com on intranet site

This is the ABE SYSTEM rule: Site 172.17.200.197:81 Accept from .github.com Accept from SELF #Accept ALL Deny OAuth works if I uncomment Accept ALL. If not, I get an error. JavaScript Console: [ABE] &...
Mikhail Moskalev's user avatar
0 votes
0 answers
1k views

Github Unable to write new index file

When committing my code to GitHub, I get the following error. GitHub.IO.ProcessException: fatal: Unable to write new index file Here is my log: https://www.dropbox.com/s/t7b65cf3xzio3ya/GitHubLog....
torbenrudgaard's user avatar
0 votes
1 answer
335 views

How to get the "github" CLI to open the new GitHub Desktop beta?

Since updating GitHub Desktop to the new beta version, my github CLI command has gone. How do I get it back? Is there some kind of alias I can add to my shell config? (The CLI simply opened the CWD ...
callum's user avatar
  • 1,945
0 votes
1 answer
211 views

Compilation error from github source

I am trying to install/compile qstardict for my openSUSE. Following the instruction: Before building fetch libqxt submodule: git submodule init && git submodule update To build and install:...
Alex's user avatar
  • 55
0 votes
0 answers
805 views

Failed to connect to 192.168.99.100 port 8888: Timed out

I've been getting this Error which has made me unable to use some certain commands on my computer like pip,easy_install,even commit on github and gitbucket and this started when I tried using docker ...
Durodola Opemipo's user avatar
0 votes
0 answers
285 views

Github for Windows won't start

The error log generated after the installation when i try to open the application reads : PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4....
Somenath Sinha's user avatar
0 votes
0 answers
28 views

Anyway to push a user's last commit via git through github?

I have a Organization account through github, and we recently had to remove a user from the organization. The user never pushed up the last bit of changes they made. We do not have access to the ...
chris's user avatar
  • 688
0 votes
1 answer
165 views

Bash Alias to Open Github Pull Request in Browser Window

I'm trying to create a bash script to open a Github pull request in a browser window. Here's the command I need to run: open https://github.com/ParentOwner/RepoName/compare/develop...JoshuaSoileau:...
Joshua Soileau's user avatar
0 votes
1 answer
274 views

Not able to configure ssh key for git

I followed the steps provided in the github. but stil i'm not able to create ssh properly. when i run ssh-add -l it shows the agent has no identities. But when i try to create new ssh key then it says ...
Rajashree Gr's user avatar
0 votes
1 answer
41 views

cloned repo with same name as a local folder and it deleted everything inside

Hi there I cloned a repo with the name COMP to documents in my mac with and I forgot there was a folder called COMP there also. I didn't read the warning properly and now all the things that were ...
Nanda Hibatullah's user avatar
0 votes
1 answer
156 views

Errors installing Drywall

I am trying to install drywall and I am getting many errors C:\Users\zach\Desktop\Node.js\drywall\node_modules\bcrypt>if not defined npm_con fig_node_gyp (node "C:\Program Files\nodejs\...
Zach Konon's user avatar
0 votes
2 answers
366 views

How to keep a Git repository always updated locally?

I use Git Tower to manage my Git repositories on OS X, so I'm looking for an answer which let me use that software or simply the Git cli. I have some Git (private GitHub) repositories cloned locally, ...
Fez Vrasta's user avatar
0 votes
0 answers
334 views

All js files of a parent folder gone missing on Windows 7

My folder Projects having multiple projects, is being messed by something. Tl;dr version: For some unknown reason, all of my javascript files contained in sub-directories of Projects dir, are gone. ...
Keval's user avatar
  • 101
0 votes
0 answers
2k views

I cannot reach the website www.github.com

Whatever i tried to open github . com in my browser (tried with chrome and firefox), i failed to load web site i can reach every other web addresses except github . com i cannot take projec source ...
Kürşat Kobya's user avatar
0 votes
1 answer
3k views

generate an ssh key for all users

I want to generate a ssh key on a virtual server that will be in use for all users. I did created a key for myself ssh-keygen -t rsa -C "[email protected]" but it's under my user only. is there a ...
Ohad Perry's user avatar
0 votes
2 answers
84 views

How can I run a github codepoject on Mac Mavericks?

I want to install Afloat to Mavericks, and this is the link I keep finding - https://github.com/fjolnir/afloat - but I have no idea where to even begin on this. What am I supposed to download, what ...
Hyena's user avatar
  • 1
0 votes
1 answer
57 views

Chrome on ubuntu 12.04 cannot render icons on github

I am using chrome, and when I browse github, instead of the icons I get either empty squares or a literal "fi" symbol. Firefox renders them properly. It's clear that these icons are not images but ...
Stefano Borini's user avatar
0 votes
1 answer
407 views

Github for Windows: An application for this deployment is already installed with a different application identity

Usually Github for Windows worked fine on my Windows 7, but today I always get this error: PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 4.0....
Nicolas Raoul's user avatar
0 votes
1 answer
244 views

Tools to create a 'GitHub' style index page for files/folder on a fileserver?

My workplace doesn't have a document management system. People just throw files on a shared fileserver, where search doesn't really work. Trying to find information/files for a particular project by ...
Dipak Patel's user avatar

15 30 50 per page