Git repository hosting service - May be better on Web Apps or Stack Overflow
0
votes
3answers
196 views
issue installing git on redhat 5.6
I get the following error when run:
It is somehow missing the perl dependencies, I am not sure do I need to update the perl or remove something as a workaround!
yum install git
Loaded plugins: ...
3
votes
2answers
144 views
How to print code from GitHub.com with its syntax-highlighting?
How can one print just the syntax highlighted source code from a GitHub source code page (e.g.)? I've tried it with a few browsers (Safari, Firefox, both running on OS X) but I have not succeeded in ...
1
vote
2answers
143 views
How do I push to GitHub https repos using my ssh key?
I can push to git@github.com:wting/repo.git links without a password prompt since it's using my ssh-agent. However when I push to https://github.com/wting/repo.git it always asks for username and ...
0
votes
2answers
59 views
How do I convert an hg repository to git?
I found an open-source project which is available via hg only.
Now I want to put it onto GitHub, with my own changes alongside the previous commit history.
Hg-git allows you to use git commands to ...
2
votes
1answer
35 views
GitHub's password cache helper doesn't recognize git in path
I'm trying to set up the password caching utility that GitHub recommends for Windows 7 at the bottom of this page. When I run the installer, it tells me that it can't find GIT in my path environment ...
1
vote
1answer
108 views
Github, Puttygen, & Pageant: Permission Denied (publickey)
I'm using msysgit on Windows 7 as well as the PuTTY suite.
I opened Puttygen and clicked the "Generate" button. I moved my cursor around to "generate some randomness". After the key was created, I ...
0
votes
1answer
132 views
Cygwin - Repo with Separate Git/Working Dir Doesn't Work
Since I've switched to OS X and Vim, I've found it easiest to manage all of my 'dotfiles' (all of my configuration files and miscellaneous scripts) with Git. Having already set up my dotfiles in a ...
0
votes
1answer
148 views
Fail to ping github.com with proxy
I set a proxy for my git but I can not ping github.com by using it in my Git Bash. (error: time out)
In the meantime, I can approach github.com by chrome which is also using the same proxy.
0
votes
1answer
508 views
Newly created users .ssh folder is in the wrong place
I'm trying to create new users on my Media Temple (dv) 3.5 who have the same access as a beta account. The reason for this is so my development team can use GitHub for source management without ...
2
votes
0answers
129 views
How to install website-specific font file into Firefox?
Some websites, notably Github, started using special downloadable fonts and various little pictures are broken when font downloading is disabled.
How to statically install just GitHub's font into ...
1
vote
0answers
25 views
Install GitHub for Windows through proxy
I'm trying to install GitHub for Windows. The problem is that I'm working through a proxy and the installation app don't let you change proxy settings.
Is there a workaround to change the proxy ...
1
vote
0answers
20 views
Windows Github install error: System.Net.WebException
While installing, I got this error (from the log file). I tried the solutions to this similar question
ERROR DETAILS
Following errors were detected during this operation.
* [5/7/2013 8:19:29 PM] ...
1
vote
0answers
25 views
Gitorious can not connect to Active Directory (authentication.yml)
I have set up Gitorious. With the local database, everything worked fine.
All my log and configurationfiles are included.
The problem is when I want to visit gitorious.localdomain when I have ...
1
vote
0answers
149 views
Error from egit installation
Just installed a fresh 32 bit copy of java and eclipse. and am now trying to add egit for the first time. Following the instructions here (using the main repositiry)
I receive this error when I try ...
1
vote
0answers
16 views
GitHub for Windows not showing repo owner
This morning I woke up and all of my repos in GitHub for Windows had become unindexed. Tools > Options > Scan for repositories added all of them back to the list, but now only the name of the repos ...
1
vote
0answers
308 views
GitHub for Windows can not sync
I have my git repos hosted on a server using gitolite. I can access them using ssh, e.g. git clone git@example.net. This works from osx/linux.
On a Win8 Box I now have installed GitHub for Windows ...
0
votes
0answers
28 views
git status -s showing D for few files in the second column
I have a local git repository running on my windows machine. The remote origin is in github.
After executing a git pull when I run git status -s command, it is displaying some files with D mark. But I ...
0
votes
0answers
28 views
Github local cached ip address is different then expected remote ip address
I cannot do a "Git pull" request without getting an error for public key (see below).
git pull
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Running the ...
0
votes
0answers
73 views
Can you sync Notepad++ and GIT?
I'm still fairly new to Git. Although I have technically used it for almost a year, most of it was with someone else standing there telling what to type. I used Titanium before to upload and download ...
0
votes
0answers
27 views
How to make github hook for 2 parallel projects
I have 2 projects in github, one of this is the development itself, and the other is a set of "Tools" to create, regenerate, and manipulate data.
For security issues, this projects are in different ...
0
votes
0answers
46 views
Git osx-keychain not saving password
I followed the instructions: https://help.github.com/articles/set-up-git , but no matter how many times I type in my info, it doesn't save it.
when I do git credential-osxkeychain i get the "Usage: ...
0
votes
0answers
33 views
How to remove Git from previous Snow Leopard install, now running OSX Lion
Git was installed on my Mac in the previous OS, Snow Leopard. Over this I installed Mac OS X Lion, and I now want to remove Git.
I tried removing all folders and files called "git" but in Terminal it ...