Github for Mac or github:mac is a mac-client for the Github social coding community. It also offers integration with local non-github git repositories.
0
votes
1answer
22 views
After Installing Github for Mac Existing Project Reverted to Version About a Month Old
I recently installed Github for Mac. During the setup process I imported an existing Xcode project, which was open at the time. Upon doing that Xcode prompted an alert saying that the project had ...
0
votes
0answers
14 views
Github Mac App Pushing inconstantly?
I'm using the GitHub Mac App, which despite being very handy is bringing allot of frustrations.
I modified a branch. Committed. Synced. Then merged with Master and synced again.
It appear on Github - ...
0
votes
1answer
22 views
GitHub For Mac doesn't want to delete a branch, but on the console I can?
I have been struggling using Github for mac and it basically screwed up my whole app. I was able to revert back to a certain point now, merge everything into the master etc.
What I did next was ...
0
votes
1answer
14 views
How do I configure the Github for Mac app so that it shows my local repositories?
I have been using Github with the bash command line so far. But now I would like to use the mac client. However, when logged in in the mac app it does not show my local repositories. The repos on ...
1
vote
2answers
59 views
Github ate my source code (my commit is gone)
Late yesterday I finished up a day's worth of work and went to github and commited, then hit the sync button. I briefly saw a message on the screen saying something about needing to fix merge ...
1
vote
1answer
103 views
Git push hangs after writing a few files
I was trying to push a a branch but it hangs after writing 82% of the objects. It doesn't proceed to write anything after 72 of 87 files but the corresponding file size increases and eventually ...
0
votes
1answer
91 views
Change local repo directory in Github
I have a Github remote repo and sync with my local repo. It's ok. But now, create a new directory and it's have last and true files.
How can i change my local repo via Git?
-1
votes
1answer
24 views
Messed up my master branch on Github
While contributing to a github project that I had folked. I committed my changes to the master branch of my repo. By mistake I did a pull from the Project's repo. Now while I do a PR from my repo, it ...
0
votes
1answer
167 views
.gitignore not working in github for mac program
I searched around and found some tutorials explaining out to fix the problem, unfortunately they haven't worked.
Basically what's happening is I have files in the .gitignore that the github for mac ...
0
votes
1answer
42 views
How to undo the sync to get the files in local repo back?
I'm very new to github and I started using it a few weeks ago for my uni group project.
The problem that I'm having is:
There is a remote repo on github where everyone in the group is using.
I do ...
2
votes
5answers
82 views
git: I can add a directory, but at commit time I get “nothing to commit”
I'm trying to add two directories to a git repo.
I can add them OK, but when trying to "commit", I get "nothing to commit".
I'm following the add->commit->push sequence, but in this case it doesn't ...
1
vote
0answers
74 views
GitHub for mac not behaving properly with post-commit hook
I usually use GitHub for Mac to commit code to my GitHub projects because it makes it a bit quicker to do. For my current project, I had to set up the following pre-commit hook:
if [ -e ...
1
vote
1answer
1k views
GitHub for Mac error: git: 'credential-osxkeychain' is not a git command
When using the GitHub for Mac app (version 87), I received the following error:
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
error: The requested URL returned error: ...
0
votes
1answer
357 views
GitHub App & Heroku — fatal: Reference has invalid format: 'refs/remotes/heroku/master'
I am using the Git app and every time I open a certain repo I get this error:
http://cl.ly/image/271p2h283j1g
Any help would be great. Thanks.
0
votes
1answer
77 views
GitHub for Mac app memory expansion freezes GitHub app
When I try to launch GitHub for Mac it immediately starts using up all of the free memory (as much as 1.6 Gb) until the application freezes. How can I limit the memory usage for this app?
I saw a ...
0
votes
1answer
44 views
How to do “git commit --amend” using GitHub For Mac
Is the "commit --amend" feature not included in GitHub For Mac?
2
votes
2answers
886 views
How can I access the 'GitHub for Mac' command-line utility from the terminal?
I recently installed GitHub for Mac, the graphical Git client from GitHub, and also the command-line utility from its menu, shown below:
I was notified the command-line utility had been installed ...
0
votes
1answer
106 views
Commit ok, but sync reverted everything to previous state
I used github for mac this morning. did a commit locally of a massive number of changes, worked ok. Then tried to sync that's where something went wrong
My unsynced commit didn't show in the list ...
1
vote
1answer
294 views
Git pre-commit hook failing in GitHub for mac (works on command line)
I've created a very simple pre-commit script:-
#!/usr/bin/env sh
# Run tests
npm test
if [ $? -ne 0 ]; then
echo "Tests failed. Aborting.."
exit 1
fi
exit 0
When I run git commit at the ...
3
votes
1answer
2k views
Rollback to Previous Commit - Github for MAC (a revert is already in progress)
I think I've messed up here.
I made a few changes to my code from a last commit adding new functionalities and realized that some other piece of code was now acting strangely. I decided to Roll back ...
1
vote
1answer
99 views
Git erased my changes, can I get them back
I had some changes in a branch, we'll call it branch2. I switched to the master branch without committing the changes. I'm guessing this is a no-no because when I switched back to branch2 all of my ...
1
vote
1answer
125 views
Github Authentication
I apologize if this is a newbie question. I have been working on trying to get a few projects on GitHub for hours.
I am logged in to the application:
But whenever I try to push or pull I get:
I ...
0
votes
2answers
99 views
Github not installed in terminal os
I downloaded and installed GitHub (latest version) for OS X, installed command line utility under Github in the application and am coming up with an error trying to create my first readme file in a ...
1
vote
2answers
586 views
Github README.md and readme.md - how to delete one?
Somehow I endup with having README.md and readme.md on github. Now these two influence each other so my GitHub.app gets completely confused. Github web site do not have any file delete function.
How ...
1
vote
2answers
108 views
Git (GitHub): Multiplatform development and autocrlf option?
I am a little confused, I am currently using GIT and all is well on my windows pc. I have my autocrlf set to true which according to this is correct
...
8
votes
3answers
2k views
"Clone in Mac' fails on GitHub. Takes me to download page every time
I've reinstalled, uninstalled, restarted but "Clone in Mac' on any repository page fails and takes me to the GitHub download page every time.
It was working fine earlier this week but today won't do ...
2
votes
2answers
420 views
GitHub for Mac: Can't commit & sync or just commit because I have to add files before
I can't commit & sync files from the GitHub for Mac App because the app says that I have to add the files previously, but I want to the app do that for me. I don't want to got to the terminal to ...
1
vote
3answers
3k views
Using git from the command line after installing Github for Mac
I installed Github for Mac, which works fine, but I can't run git commands from Terminal. Do I have another git that needs to be installed? Or do I have to enable some optio within Github for Mac?
1
vote
1answer
428 views
The GitHub client keeps popping up a box “enter your password for the ssh key id_rsa” at startup each time
It seems to show this dialog two or three times. If I cancel it goes away and I'm still able to commit changes.
How do I prevent it from popping up each time and where do I find my passphrase if I ...
0
votes
0answers
116 views
ios-ntp framework
I have a code from GitHub to synchronise time from network every seconds in iOS. On changing the device time network time seems to oscillate with different time and takes atleast 5 minutes to come to ...
1
vote
2answers
294 views
Upstream pulls with the GitHub desktop client
I can't seem to find an option to perform a 'git pull upstream master' using the Mac desktop client for GitHub (currently 1.2.13). Is that supported yet outside of the command line?
0
votes
1answer
697 views
How to ignore uncommited change in Github gui for MAC?
I am using Github GUI for Mac.
Now I've some changes in my local repository, but I want to ignore them and pull latest remote repository.
I tried Repository/Pull, but got Git Error.
"•error: Your ...
0
votes
1answer
190 views
Github on Mac stuck on merging to master
I could not find any similar question for this problem.
I am trying to merge my branch to the master using Mac GUI application from Github and it has been 30 minutes it is still spinning and no ...
0
votes
3answers
3k views
fatal: https://github.com/user/repo.git/info/refs not found: did you run git update-server-info on the server?
I am running the following scrip (setting up a git repository)
Global setup:
git config --global user.name "Your Name"
git config --global user.email email_id@email.com
Next steps:
mkdir ...
2
votes
4answers
772 views
Installing Git separately from Github for Mac
I've installed Github for Mac.
I've realised that I need to get to the command line to do some stuff.
There is an option in Guthub for Mac to install a command line. All this seems to do is create ...
4
votes
1answer
114 views
Github for Mac not showing diffs on code sources
I've been using GitHub for Mac for about a week or so with great success. However, after the auto-update to version 1.2.8, github will no longer show the diffs for me on a .m file:
It will seem to ...
5
votes
2answers
10k views
Github “fatal: remote origin already exists”
I'm trying to follow along Michael Hartl's Rails tutorial http://ruby.railstutorial.org/chapters/beginning#fnref:1.16 but I've run across an error. I signed up on Github and issued a new SSH key and ...
2
votes
2answers
169 views
Creating a passphrase for my ssh key on GitHub
I'm trying to setup a GitHub account and every time I get to the point of entering a passphrase for my SSH key my terminal freezes. Here are my steps:
Parkers-MacBook-Pro:~ ppreyer$ ssh-keygen -t ...
3
votes
1answer
785 views
How to uncommit in github for mac?
I'm using github for mac, the GUI for git that github provides, and I reverted a commit in the history. I then decided I wanted to revert that again, and.... long story short, I have a bunch of ...
1
vote
1answer
2k views
Troubles merging branches with GitHub for Mac
I am trying to get the hang of merging branches with the GitHub for Mac GUI. I'm not sure if it's me or the client at this point....
I have a repo with master, staging, production branches. I created ...
0
votes
1answer
632 views
Trouble setting up Tower with my GitHub Account - error: could not lock config file
I've been using the GitHub for Mac app but on the suggestion of a friend, decided to give Tower a shot since it can also handle Beanstalk accounts as well.
After installing the trial and putting in ...
2
votes
0answers
301 views
Unable to Push to GitHub via GitHub for Mac app
I created a new Xcode project with GitHub activated. Now I'm ready to share it and push it to my GitHub account. Using GitHub for Mac, I see that the title bar (top-right) contains a "Push to GitHub" ...
5
votes
1answer
5k views
git clone - fatal: remote error: access denied or repository not exported
When I try to perform the following command, git clone git://github.com/mainDir/dirA, I get the following error:
> git clone git://github.com/mainDir/dirA
Cloning into 'dirA'...
fatal: remote ...
3
votes
3answers
4k views
How to use GitHub for Mac with local Git repo
I'm trying to use a local Git repository (i.e. not hosted on GitHub at all), and I'm having troubles with GitHub for Mac.
It shows my outgoing changes, but then I appear to have to Push to the ...
3
votes
2answers
376 views
Git: 'rebase' is not a git command. See 'git --help'
I set up github for mac
and now I am trying to use the git command from the terminal.
If I try to run the git rebase command I get the following message
> cd ...
2
votes
1answer
2k views
Github. An authentication error occurred. We could not sync with the server
I am using GitHub for Mac.
Now If I try to perform Sync, I got the following message:
An authentication error occurred. We could not sync with the server.
If I go to the following page ...
0
votes
1answer
118 views
git multiple indexes
I've been having issues with one of my git repos deleting all files on commit.
I looked inside the project's .git directory and found a gob of indexes. Check it out:
$ ls .git
COMMIT_EDITMSG ...
1
vote
1answer
68 views
What command lines correspond the the UI elements of the GitHub Mac client?
Each of the command buttons and controls in the user interface of the new GitHub client for OS X performs some basic git operation that can be performed on the command line as well. Is there a ...
0
votes
0answers
37 views
Can I pull merge request submitted not to me but the main repo? [duplicate]
Possible Duplicate:
Pull requests from other forks into my fork
I have forked a repo on Github and have made some changes which suits me. I then noticed a lot of pending Merge Requests on ...
13
votes
2answers
2k views
github for mac doesn't allow to perform partial checkin/commit
I am using GitHub for Mac, and have bunch of changes in my branch. I am have committed some of the changes and kept others as uncommitted as I am expecting some more changes. however, when I try to do ...