Git is an open source distributed version control system originally designed and written by Linus Torvalds. It is generally used to keep track of source code for software projects. As a DVCS, Git provides powerful help with branching, merging, and distributed development.
0
votes
2answers
8 views
Ubuntu 12.04 Permission denied (publickey,gssapi-with-mic)
I was cloning a github repository. I copied my id_rsa key from another pc to my /home/me/.ssh/ however this error shows up
Permission denied (publickey,gssapi-with-mic).
how would I solve this ...
3
votes
1answer
26 views
Using su with commands
Ubuntu Server 12.04
On a remote server that I ssh into I have set up a special user with:
sudo adduser --system --disabled-login --disabled-password --group suser
to run some maintenance functions. ...
0
votes
1answer
16 views
git pull returns “not a git repository” error
I am attempting to pull my code from a remote repo. When I run 'git pull' I get the following message:
$ git pull
root@gohyperspace.com's password:
fatal: 'var/www/html' does not appear to be a git ...
0
votes
0answers
16 views
Git on Windows 8: “git-pull is broken?” error
When I run 'git pull' from TortoiseGit on my Windows 8 machine, I get the following error:
fatal: 'pull' appears to be a git command, but we were not
able to execute it. Maybe git-pull is broken?
I ...
0
votes
1answer
25 views
Why am I unable to Git push even though I've local commits that are yet to be pushed
My eclipse workspace
Github repo
My workspace has few changes that I want to push to github. I've already commit'd them. Wen I try Push from eclipse, I get the below
I am not sure what I am ...
0
votes
1answer
18 views
Clear Recent Repos in Git Gui
How can I clear entries in the Git Gui's the recent repositories without deleting those repositories or the .git folders within them?
Here is an example:
Here is my Git/Git Gui version info:
0
votes
0answers
17 views
MS Forefront changes SMTP message-id, breaks git-send-email threading
Our corporate email system is MS Exchange based, and uses MS ForeFront for additional (?) security.
When we use git-send-email from inside the network, sending patch series to external mailing lists, ...
0
votes
0answers
18 views
Adding Git repo and branch to Tmux status line
I have found a Tmux configuration file that shows how to add the Git branch to the Tmux status line, however It just shows [[ branch ]] no matter if I am in a Git repo or not. I am not sure if this ...
0
votes
0answers
21 views
Setting git push.default to simple caused fatal error for my mirror
I setup my local git with 2 remotes, one is main and the other is mirror (documented here).
Today, when I want to push to my 2 remote gits, I got:
warning: push.default is unset; its implicit ...
0
votes
2answers
33 views
How to find the process which has a lock on a file in a linux environment
So I have a problem similar to this individual...
http://stackoverflow.com/questions/13635429/git-rename-from-index-lock-to-index-failed
So it seems that he eventually solves his problem by finding ...
0
votes
0answers
17 views
Git and (gitweb) and SVN both over HTTPS at same time
I'm trying to run both a Git server over http and I already have SVN running over http as well. I'm runnning centos 6
My git.conf (located in /etc/httpd/conf.d/) file looks like
LoadModule ...
1
vote
1answer
16 views
Change the icon of Git Bash on taskbar in Windows 7
In Windows 7, after installing Git Bash (1.8.3), I have a shortcut for it with the nice Git icon. However when I open it, the corresponding window doesn't have that icon, just some generic one:
...
0
votes
1answer
17 views
Homebrew not listing Git but it's installed
Ok, so, I've just noticed that when I do a brew list, Homebrew does not list me Git anymore... But, when I try brew install gitit says that Git is already install and my prompt is using the right Git ...
0
votes
0answers
23 views
How can I limit the size of the Android source I need to download with repo sync?
I have been repo syncing the Android source, (& the CyanogenMod source on my AWS server), but they are so large (>30GB), that I won't get them before I leave for a country with an even worse ...
0
votes
1answer
41 views
MediaWiki most brute force backup?
I brought up MediaWiki using Bintami stack. Now am trying to figure out the most brute force way to back up the the wiki and have ability to bring it up on another server as well. I have looked over ...
-3
votes
0answers
16 views
Work and play. How would I setup connecting to a GitHub account for personal projects and a Bitbucket account for my company work? [closed]
I have a personal account on Github and a work account on bitbucket, what would be the best way to switch between the two and keep them seperate?
0
votes
0answers
30 views
Squid Configuration
I had configured a squid server for the development team at my office.The pass-through and caching functionality is going fine. Recently we started using Amazon web services and github.
Now the ...
0
votes
2answers
24 views
Working with Git and remote repositories
I've been asked to work with a Github repository and the only Git related procedure I've ever done is cloning an existing repository. I've worked with SVN alot but I'm a bit of a noob when it comes ...
2
votes
0answers
26 views
How to merge conflicts in Visual Studio 2012 using Visual Studio Tools for Git
I have VS2012 with Update 2 installed. I've installed Visual Studio Tools for Git. Now I want o fetch changes from the remote repository, but they are in conflict with my local changes? How can I ...
1
vote
2answers
39 views
Set paste on git commit
When performing git commit, VIM opens to edit the commit message. I would like VIM to already be in paste mode when this happens. What environment checks might I be able to perform in Autocommands to ...
0
votes
1answer
118 views
sh.exe": clip: command not found
Friends
Im trying to copy the ssh key on to the clipboard and while on the git bash, Im getting
$ clip < ~/.ssh/id_rsa.pub
sh.exe": clip: command not found
Im using Win7 , I tried using the ...
-1
votes
0answers
18 views
list of “safe” jekyll plugins on github [closed]
Github allows the creation of web pages with the static site generator Jekyll. For reasons that you can easily understand, they do not allow the use of custom-made plugins, but rather they restrict to ...
1
vote
1answer
48 views
what is the proper SSH command for logging into Github
After following the standard roadmaps to setup a github environment, I inmediatley encounter errors. I like to see these clarified. I have put a more detailed question below after the code garble that ...
1
vote
1answer
39 views
Use Ruby with no-root user in Gentoo
I am just started to update my Gitlab on Gentoo server (4.2 > 5.0). For new version Gitlab need to use Ruby with user 'git'.
# check ruby version for git user ( 1.9 required!! )
# gitlab shell ...
0
votes
1answer
34 views
GitHub - completely messed up the local files of gitHub in my computer
I created a repo in the wrong folder. Meaning the User folder in OS where all the user folders are from pics, videos to documents. So I pushed that all to gitHub without knowing and now I can't create ...
0
votes
1answer
19 views
Git / Terminal: How to remove file from inside folder?
I have a .svn folder from another project which committed by accident when I committed the whole project folder.
How would you remove the .svn folder from a path like projects/projectname/js/.svn ?
...
2
votes
1answer
57 views
How Does SparkleShare Work With Git?
I haven't been able to find an answer to this anywhere on the internet so I wanted to bring my question here, to see if anyone has an answer!
I'm new to the Git scene and I'm curious how SparkleShare ...
0
votes
1answer
24 views
svn2git with local repo?
Let's say some time ago I checked out a SVN repo:
svn co http://example.com/repo
Now I have the folder $HOME/repo which contains .svn subfolders about the metadata of the repo in the whatever host.
...
0
votes
1answer
31 views
Highlight Author in git log
How might one configure Git to highlight the Author for each commit in git log? Ideally, only the Author's name would be highlighted (red font), but if the only option is to highlight the entire line ...
0
votes
2answers
59 views
How to exit VIM and get back to 'normal' terminal?
I did find this answer here:
Vim Stuck In Insert Mode
However none of the commands listed worked for me. Exit, cntrl + [, cntrl + q
I'm a totally terminal newb, trying to learn how to setup git ...
0
votes
1answer
34 views
Is there a way to filter out filenames from vim's “oldfiles”, perhaps using a pattern?
I use vim's :browse oldfiles a lot to edit files I've recently worked with. However, there are some files, such as git's auto-generated COMMIT_EDITMSG, which clutter that list and which I never need ...
2
votes
2answers
112 views
SSH remote command no reading all environment variables
I have declared some "PATH" variables in the ".bashrc" file of a remote machine. When I login to the remote machine, all these "PATH" variables work fine. But when I do a "ssh user@remote env", the ...
0
votes
3answers
57 views
Software Which Enables Checking Folders In And Out [closed]
It will be easier if I explain what I would use it for than explaining what it does.
I am part of a student television and we have several editing pcs. At the moment the structure we have with all ...
0
votes
1answer
16 views
Cloning own repo requires passphrase
Why does cloning (via ssh) my own repository from github require my passphrase?
So as a consequence: Would it be a huge safety-issue if I generate some ssh keys without a passphrase (for working on ...
0
votes
0answers
23 views
Git color ui uses green for both deletions and insertions
When enabling git color ui, the only color used is green. So in git diff I get green for both deletions and insertions. The same goes for git status where untracked files and unstaged files show as ...
0
votes
1answer
88 views
How do I add as editor Dreamweaver to work in GIT?
How do I add Dreamweaver as the editor in Git?
git config --global core.editor???
$ slime README.md
sh.exe": slime: command not found
0
votes
0answers
29 views
osx SSH + Git to a remote server with user/pw
A bit of a disclaimer; I'm new to both GIT and SSH as well as OSX so sorry for being a bit bad at explaining the problem.
So, I'm trying to reach a GIT repository on my work's server. The structure ...
0
votes
2answers
39 views
how to integrate GitLab with SmartGit?
I have been using SmartGit locally for sometime now.
Now I want to integrate GitLab with SmartGit as GitLab is an opensource and provides free usage even for greater number of Developers.
I Tried to ...
1
vote
0answers
29 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] ...
0
votes
0answers
10 views
Change gc.auto Parameter
I would to change gc.auto parameter to something "much larger than 6700" as recommended here so git gc --auto does not run every time I do a pull (which it is doing now for some reason) how do I do ...
1
vote
0answers
39 views
Automated git pull on Windows 8 as system
I have installed msysgit for windows 8. I am attempting to automate a git pull every 5 minutes. I am using scheduled tasks to run a script I wrote. The schedule task's action is:
powershell ...
0
votes
0answers
24 views
Not able to close Heroku app on Windows
I have heroku installed on my ubuntu 12.10. it works perfectly. I have a dual boot windows 8. I installed the heroku tool belt and when i try to clone my app to my local system, it is throwing an ...
0
votes
0answers
42 views
Git messed up my website folder
I am in australia and this is my university's website server. I wanted to add the files to git. So I created a repo in github and then on my server did a git clone of the repo, add *, committed and ...
3
votes
1answer
32 views
Undoing a git reset of multiple commits
I accidentally ran git reset HEAD~12 when I meant to run get reset HEAD~1. How can I recover the commits I just reset?
About eight of the commits were pushed to a remote before the reset. The others ...
0
votes
1answer
57 views
Ubuntu confused ssh keys connecting to github
I recently installed Ubuntu 13.04, and i add my ssh key to my github account, like always i did. I didn't had any problem to access to my own reports, i could clone my reports, etc... But today, maybe ...
0
votes
1answer
59 views
Publish code in git repository assembla as new branch
I have an iphone project which I need to publish in assembla git repository as a new branch.My Lead has given me the access to the account. I am using mac os x . Please help me out.
0
votes
0answers
29 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
1answer
14 views
How to use code repo so that same user from multiple PCs can access it in Netbeans IDE
I am planning to work on a software project using Netbeans-- now I want to work across multiple PCs - how can I set up Netbeans and the Git/Mercurial repo so that I can for eg-- make code changes in ...
0
votes
2answers
167 views
How do I install git 1.8.3 on mac OSX?
I want to use the new git submodule deinit command added with 1.8.3.
Can someone give me step-by-step instructions on how to install and use the development version of git on mac OSX 10.7.5? The ...
1
vote
2answers
93 views
Any way to wipe out everything I have installed via Command Line?
So I have borked my system.
Running OS X 10.8.3, I have installed a mess of stuff; Ruby, RVM, Git, Node, Brew etc... As well as playing with dotfiles (http://dotfiles.github.io/) Which I really ...