You cannot post messages because only members can post, and you are not currently a member.
Description:
The official GitHub discussion group. Talk about features, ideas, problems, git, whatever!
|
|
|
Newbie question: how to work with repo on two machines (same user)
|
| |
I do most of the work on my repo on my laptop (Ubuntu). Now, I need to work on that project on my windows desktop sometimes (Windows 2003). I installed Git on windows and it works. I got the repo bits using "git clone <url>". Now I made some changes locally and want to push to github. I know I need to setup a public key now, but I dont understand what I... more »
|
|
install on mac osx -- not working?
|
| |
Hi All, I followed the github workflow to setup my first project on my macbook. The install went without errors, but when I went to the terminal session to 'git init' it did not find the git command. Obviously (or not), its not in my path. My questions: 1. Did I miss a step? 2. What is the proper order to add the path?... more »
|
|
remote execution of git clone over ssh: Host key verification failed. (SOLVED)
|
| |
This took me longer than it should have to figure out. Maybe this will save other people time. Search terms I tried: remote ssh git clone non-login script This does NOT work... wroscoe@wroscoe-laptop:~$ ssh root@<my_server_ip> 'git clone g...@github.com:me/project.git ' Initialized empty Git repository in /root/workbench/project/.git/... more »
|
|
best practices for php project organization?
|
| |
I'm working on releasing a framework I have been using for a few years on github. Been trying to read up on the most correct way a project should be structured, what extra files such as readme's etc should be added. Been coming up with blanks on google. Can anyone point to a project that's a good example or any good write ups.... more »
|
|
Problem in GitHub application
|
| |
When I open an application using the following command git clone git://github.com/dcgrigsby/app .git I got an error "-bash: git: command not found" Can anyone pls tell me the solution?
|
|
API doesn't work.
|
| |
Hey! I've tried many different things now, but I just can't get the API to work. Even copy-pasting the example[1] results in an error. This is what I try to run: curl -F 'login=thelinx' -F 'token=*removed*' [link] I'm guessing token is the "API token" below your password on the... more »
|
|
attachment_fu not installing
|
| |
I am trying to install attachment_fu to use it with my Rails application and I get this error! Demetris-Constantinous-MacBook :test demec$ script/plugin install [link] Plugin not found: ["[link] attachment_fu/"]... more »
|
|
All my push's are not working
|
| |
Hi, I am having issues with push. I am working for two projects. Both are hosted on github, and the repositories are managed by other users. On both, when I try to push, the process hangs for a very long time (10 mins or so) at this stage: $> git push Enter passphrase for key '/var/www/.ssh/id_rsa':... more »
|
|
|