0
votes
0answers
19 views

Can't push to Heroku after git restore

I had to restore my master branch from github a couple weeks ago and since then I've been receiving an error that states "Your key with fingerprint... is not authorized to access my app." I've ...
-1
votes
1answer
30 views

Git tf alternative for Mac Os [closed]

We want to create local repository in our company. There is a server machine (Windows). In this machine TFS integrated. Developers use Mac , as usual Xcode. We (developers) want to push/pull files ...
0
votes
0answers
24 views

Git Tf installation on Mac Osx 10.8

I have tried to integrate Git Tf with Xcode 4.5.1 and Mac OSx 10.8. I have followed the steps which are written at : " ...
0
votes
0answers
20 views

Problems using Git via Thunderbolt SSD (git can't recognize repository after reconnect)

I recently got an external thunderbolt-sata adapter and I'm running into some issues using git. Since I'm a developer this is a HUGE HUGE HUGE problem for me! And since the thunderbolt technology is ...
-1
votes
2answers
34 views

Show git branch and status in Mac Bash

I use the Github for windows client.The shell with powershell is very nice! How do I implement it on MAC? Not only the branch name,I also want git status
0
votes
0answers
16 views

osx SSH + Git to a remote server with user/pw [migrated]

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
1answer
19 views

SourceTree filemerge quits immediately and creates 4 files. How to fix it?

yesterday I could merge files in sourcetree with the external tool filemerge. Today, sourcetree wanted me to register me, and after my successful registration, I couldnt start filemerge. When I ...
0
votes
2answers
40 views

Publish code in git repository assembla [closed]

I have an iphone project which I need to publish in assembla git repository. I am unable to upload the code. How can that be done? Do I need to create a local git repository before publishing to ...
3
votes
1answer
51 views

Git repository icon

Is there an accepted path and/or filename scheme for Git repository icons? I noticed that two of the apps I use most frequently (Tower for Mac and Bitbucket.org) have entirely different ways of ...
1
vote
0answers
50 views

Disable osxkeychain credential helper in git as installed by Xcode

I need to disable the git credential helper for OS X: git-credential-osxkeychain I'm using git as installed by Xcode Command Line Utilities 4.6.2 in OS X Mountain Lion 10.8.3. In this installation ...
0
votes
1answer
70 views

Creating gist failed: 403 Forbidden

This is the error message I am receiving when trying to create a new gist. Creating gist failed: 403 Forbidden I have set up GITHUB_USER and GITHUB_PASSWORD as suggested and have tried setting ...
0
votes
1answer
44 views

Git not finding changes in tracked files

I have a very odd problem: git has suddenly stopped being able to detect that I've modified files. I can go into a repository's folder, change a tracked file, and git status will say: # On branch ...
1
vote
1answer
20 views

how to list how many git public key I have

at some point I created quite a few public key in my system, and I lost track of them. I wonder how to know for sure how many I do I have? and which one is being active?
0
votes
3answers
95 views

Real-time git diff

I typically like to type up my git commit messages while looking at the git diff. I very much enjoy the output produced by this little perl add-on to git, and produces output that looks like this ...
0
votes
2answers
78 views

Undo a git clean command?

I just used a "git clean" command and managed to delete my Documents, Music, and other directories. Is there a way to undo this and somehow get those files back? I did this via Terminal on Mac. Time ...
1
vote
1answer
47 views

how to correctly setup credential-osxkeychain for git

I have followed the instructions on how to set up git to integrate the OS X keychain to the git command. The instructions say that the password prompt should come up once more, and that the keychain ...
1
vote
2answers
64 views

How 1. git stash 2. git pull origin master 3. git stash apply, on a single command?

How I can do this in one command on MacOSX? git stash git pull origin master git stash apply I've tried with git stash && git pull origin mater && git stash apply and works fine.
1
vote
1answer
39 views

Why does git status for a particular repo return paths relative to the root instead of the current directory?

When using git from a subdirectory inside a particular repo the paths of the files are returned relative to the root, like so cd $REPO_ROOT/subdir git status ... # modified ../subdir/file.txt ...
1
vote
2answers
72 views

OS X: portable Git (aka install multiple Git versions)

I'm currently trying to install multiple Git versions on OS X for testing purposes. After downloading the OS X installer bundle from git-scm.com (which installs to /usr/local/git), I move it to a ...
0
votes
1answer
98 views

Why does git freeze on git-credential-osxkeychain sometimes?

When I do cd some-repo; git push origin master in my bash terminal, it doesn't ask me for username/password because I guess git has already saved that (it was so long ago that I don't remember the ...
0
votes
1answer
146 views

Install Git before Boxen, or Boxen before Git?

So, I've just ponied up for a Mac, and I'm looking to use Boxen to get a working environment setup. Thing is, the setup instructions are a little confusing. The intro on this page: ...
0
votes
1answer
58 views

Git hangs while trying to commit on OSX

I am trying to run a commit by issuing the command: git commit -m "commit message" The terminal window sometimes hangs, and I cannot figure out the source of the problem. The hanging disappears ...
0
votes
1answer
330 views

Git > dyld: lazy symbol binding failed: Symbol not found: _iconv_open

I don't know what happened but suddenly all my git commands won't work no more, this is the error message I get. $ git show dyld: lazy symbol binding failed: Symbol not found: _iconv_open ...
0
votes
1answer
53 views

git-recieve-pack not found

I am trying to set up a remote git server on a mac mini running osx 10.8.2. I have set up ssh so that the clients can connect to the git account on the remote host. When I try to execute git push ...
1
vote
2answers
27 views

Setting up git after fresh install

I'm planning to install mountain lion on my macbook pro and erase everything in my hard drive too. I currently have git installed with a few repos and my ssh key is connected with remote repos as ...
0
votes
0answers
60 views

How to use git on Mac OS X with PyCharm? [closed]

Hello all! I have a problem: I want to set up git on my new MacBook Pro, using PyCharm. Please, help me! How to get it to work? On Ubuntu Linux this operation was automated, so I didn't have problems ...
0
votes
0answers
26 views

Use a git repos on a windows share from osx

I have a bare git repos setup on a Window's share and I'm trying to add the repos as a remote from osx. Bit of a nub w/OSx. When I try to add the remote repos I get the following err msg: fatal: Not ...
1
vote
1answer
30 views

Cleaning up empty file references from collaborated Xcode projects

What are these empty shells in my Xcode filesystem and what's the procedure to remove them safely? Also did a search for duplicate refs in the Xcode File Navigator but didn't find any. Sidenote: ...
0
votes
1answer
36 views

git submodules and detached HEAD

So, I've been learning a bit more about git submodules, and everywhere that I read tells me that I end up with a detached HEAD after I add my submodule. This makes sense as I want my superproject to ...
2
votes
1answer
61 views

Using SSH Keys on different Mac

I have GIT and my repos setup on a MacBook Air. I'm trying to clone the repo on my iMac. My understanding was that I needed to copy my key over from the /.ssh folder on the MBA to the same folder ...
0
votes
0answers
64 views

Qt Creator and Mac Finder is very slow with git repositories

I have a really big problem with the use of git + Qt-Creator + OS X. We recently moved from our SVN repository to git. The problem is, that Qt Creator is really slow with the new git repo. Especially ...
0
votes
2answers
50 views

.bash_profile and scripts as symbolic links [closed]

I'd like to know, if there is any problem when I set my .bash_profile or other configs such as .irssi or .slate as symbolic links. The thing is, I would like to git all my configs and scripts in ...
1
vote
0answers
107 views

git svn returns empty repository

I am trying to move my ~6GB local subversions repository to git and keep all history. $ git svn clone --stdlayout --no-metadata -A /Users/dominikwilkowski/Desktop/users.txt ...
0
votes
2answers
71 views

how to properly setup my git $PATH on my mac (I did, but need to undestand how it really works)?

I installed GIT from the site on my mac, but git --version gave me the old installation (I guess xcode installation). So I solved doing this: create a ~/.bash_profile file write: export ...
0
votes
1answer
67 views

Designer on Mac & Programmer on Windows using Git. Works? [closed]

A friend and I are looking into working on a project together. The problem is that I'm a developer on Windows and he's a designer on Mac. What's the state of affairs when it comes to developing an ...
0
votes
1answer
28 views

Unexpected error when rebasing with git from a branch to another branch, some files seems to be modified during the process

I have unexpected errors when trying rebasing a git branch on another. Given two git branch A and B, and base_commit the common commit for these two branches in the history. A is ahead of base_commit ...
0
votes
1answer
201 views

.git folder disappeared, git status gives “Not a git repository”

I have been using a git repository on my MacBook Pro (OS X Mountain Lion) for several months. Mostly, I've been using the SmartGit client, but also command line. Today, I changed several files and ...
1
vote
1answer
20 views

where is the directory bb101repo-pratice [closed]

I am following the Atlassian tutorial for configuring my local system and Gitbucket to work together. On Step 7 The instruction reads "[Go] to a terminal on your local system and navigate to your ...
0
votes
3answers
442 views

How to update my version of git on OSX 10.8

I'm on OSX 10.8.2 and I'm running git git v1.7.4.4 I just installed git on a remote server and it's version 1.11.x. I'm I would like to be running the same version of the software but I cannot figure ...
0
votes
2answers
185 views

Unstable git status in Xcode 4.6 - manually refreshing alternates status between “modified” and “no changes”

Under Xcode 4.6, the git status is acting in a very unstable manner. Here is an example after a new fresh commit (such that "git status" in the Terminal shows that there are no changes): I modify a ...
2
votes
4answers
795 views

Homebrew's `git` not using completion

When using OSX's git, after I modify a file I can simply do git commit <tab>, and that'll auto complete the file's name to the one that was modified. However, if I install a newer version of git ...
0
votes
1answer
28 views

Where is this file supposed to be?

When I looked on my desktop I noticed the file "git-credential-osxkeychain" is on there. I'm assuming it's a git file, but don't know how it managed to end up on my desktop. Where is it supposed to ...
1
vote
1answer
66 views

git and Umlauts

I had a folder named "TransportAufträge" on MAC OSX which was versioned by git. I then changed the name (before committing) to "TransportAuftraege". Now when trying to commit, I get the following ...
1
vote
3answers
106 views

Install or not Git on Mac OS

I have a Mac OS X Version: 10.8.2 with Xcode 4.5.2. I'm going to use git and I'm not sure if I have to install it or not. Searching on my computer, I've found it here: ...
0
votes
2answers
56 views

working with git on a ubuntu server

I have a small network of machines (2 windows, 2 macs, 1 ubuntu server and 1 fedora). I was wondering if any once could help me with how I should set git up so I can push and pull files both locally ...
0
votes
3answers
53 views

How can i make ZSH use the latest git version?

I am using ZSH with oh-my-zsh on OS X. Today I used hombrew to update to the latest version of git (1.8.something). However, if I run ➜ ~ git --version git version 1.7.10.2 (Apple Git-33) I see ...
0
votes
1answer
38 views

Is “git-svn clone” on linux the same as “git svn clone” on the mac?

Is "git-svn clone" on linux the same as "git svn clone" on the mac? On Linux I know I can do the following command to clone a svn repo git-svn clone -s http://example.com/my_subversion_repo ...
0
votes
1answer
79 views

Using Git on Mac? I cant find git-svn [duplicate]

I am trying to use git on the Mac OS X and I can't find git-svn to do something like git-svn clone -s http://example.com/my_subversion_repo local_dir is git svn clone -s ...
0
votes
1answer
56 views

How to mirror my git repository to more notebook at home

How to mirror my git repository to more notebook at home. My firm is using SVN for version control so I am using "git svn clone" to clone it and then push it to my git repository on the internet. My ...
-1
votes
2answers
37 views

Git Always Prompts for Passphrase

I've followed the following guide to setup SSH keys on Mac OS 10.7.4. https://help.github.com/articles/generating-ssh-keys But for some reason it continually prompts me for my passphrase. It doesn't ...

1 2 3 4 5 8