GitHub is a hosting service for software development projects that use Git for version control.
0
votes
1answer
8 views
How to add ssh-keys via GitHub's v3 API?
I'm trying to add an ssh key via GitHub's v3 API, but it doesn't seem to be working.
What I'm doing is based on the instructions given here.
More specifically, I'm using the following:
KEY=$( cat ...
0
votes
0answers
11 views
Installing GitHub for Windows
I'm trying to install GitHub for Windows. I tried installing it the normal way and got this error:
Application installation did not succeed. Cannot locate application files on the server. Contact ...
0
votes
0answers
6 views
in Jekyll and markdown how can I get it to display my pages in sorted order?
In Jekyll and markdown how can I get it to display my pages in sorted order?
I am trying to find a way to make the pages page on my blog display in sorted order but title of the page, right now I ...
0
votes
0answers
8 views
GitHUB rejected master -> master (non-fast-forward)
This might be recursive and i have seen answers about this questions on other thread here on Stackoverflow.
The reason i am asking is that i dont understand one thing, that when it gives this error, ...
0
votes
2answers
23 views
Workflow for webapplication development without local development servers using git(hub) 1 coder + 1 webdesigner
I am a programmer and in near future I am going to work together with a web/template designer on several projects. What do you think about my development workflow setup? Do you have any optimization ...
1
vote
2answers
27 views
global .gitignore vs .gitignore in reop
If I have a global .gitignore setup and the project has .gitignore in repo does the one in the repo override the global one or does it add rules example:
If the global has:
*.exe
*.ini
and the ...
0
votes
0answers
10 views
Netbeans fails to access GitHub remote using key pair
My (newest) Netbeans (NetBeans IDE 7.3 (Build 201302132200)) seems to be failing completely, when I'm trying to access my own GitHub repo using SSH.
Since I've imported an existing local copy of ...
0
votes
0answers
39 views
connect my local git repository with github forked repository?
I created my private & local repository using git clone --bare $upstream
(detailed here How to create a git repository on my server from the github server?)
At that time, I didn't think I will ...
0
votes
2answers
34 views
No security on TFS+Git Service?
(see update below)
I'm evaluating Team Foundation Service and observing a somewhat strange behavior. Since I understand that TFS+Git repositories are private - I thought to see how security is ...
0
votes
1answer
20 views
Posting user's ssh keys to github using python
I'm trying to automatically setup git system and I'm stuck in a process where I want to add user's key using the github api. This is what I've so far.
...
0
votes
1answer
33 views
Existing Heroku app and Github
I have an existing Rails app at heroku. I have a github account.
I'd like to use the Github Mac app to view/commit changes and push back up to Heroku. Can this be done? Or can the Github Mac ...
-1
votes
0answers
21 views
Use JavaScript in Jekyll [closed]
I have a Gihub Page instaled, and now I want to embedd my tracking code in javascript.
Is it possibly to include javascript? (I do not want to use an other system like image tracking)
Thanks, ...
0
votes
1answer
32 views
Github doing unwanted changes on index.html
It's my first time using github and I've faced an annoying problem with it.
Me and my friend are working on a web project on github and we've worked on it for over a month without a problem. I've ...
2
votes
1answer
60 views
How to install Github for Windows offline?
As the question says how to install Github for Windows without an internet connection?
If it is not possible then is there some alternative client with the following features:
Support for proxy
...
1
vote
1answer
34 views
Incorporating a fork's contributions into your own repo — permission required?
This question might be closed, but honestly, I have no idea where else to ask it. It seems silly, but I think could become quite serious if not handled correctly.
The scenario is this.
Someone has ...
1
vote
1answer
63 views
How do you sync projects to Github with Android Studio?
I am trying to sync a project that I have on in my Android Studio folder to Github but I am not fully sure what to do other than adding my credentials in the options menu. Could someone give me a ...
0
votes
1answer
28 views
Best practises for managing two repositories in one directory
When I create a new project, I usually do a git init in the project directory and then download the source of whatever framework I'm using (FuelPHP, django, etc) and copy it over to the project ...
0
votes
1answer
13 views
Copying a rsa public key to clipboard
I am trying to copy a public key to clip board on mac os but I keep getting no such file or directory.The command I am using is pasted below
pbcopy < ~/.ssh/id_rsa.pub
1
vote
1answer
29 views
Github pages: How to extend base layout?
In my github pages directory, I have a folder called _layout in which I have a template file called base.html.
It contains nothing more than:
<p>Test 1</p>
{{ content }}
<p>Test ...
0
votes
1answer
19 views
GitHub shows directories twice that have been renamed
I have a git repository that had a directory called Code. We wanted to remove the capitalization and change the directory name to code. We made that change locally and pushed it to the repo. Now on ...
1
vote
2answers
32 views
Cannot make header be indexed
I have a C project in eclipse (TI code composer dist) and have recently started using egit to commit and push to github.
I recently accidentally right-clicked on a header file and selected ignore ...
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
3answers
30 views
How do I plan my git workflow around some folders containing dynamic content
I am working on a PHP website with a friend and we want to convert to using proper version control, but because the site contains a lot of constantly changing files, e.g. user uploaded images, we are ...
-4
votes
0answers
21 views
What is wrong with this installer? [closed]
This shell script is supposed to install a game from my from github. It works on my partner's computer, but not mine. We are running mac osx 10.8. Onmy computer, the files don't download but the ...
0
votes
1answer
26 views
Configuring TeamCity checkout rules against GitHub repository
I've a repository on GitHub called FruityRepo. Inside FruityRepo I have two Visual Studio solutions, one called Fruit.Apple and another called Fruit.Pear.
I'm configuring TeamCity to build both ...
0
votes
1answer
27 views
Redefinition error when pulling GitHub
I've been using GitHub for a while for source control on a singular developer project but now I am trying to set it up across multiple machines.
Everything seems to be pushed correctly but when I ...
0
votes
2answers
52 views
Does it matter what I name my open source license file? [closed]
I have been starting to try to upload some of my stuff to GitHub, and I have read a few articles lately with some hard data showing that most of the repositories on GitHub aren't licensed properly. I ...
-1
votes
1answer
44 views
How do you properly pull to a new branch in git using github?
Hello I am trying to pull someones updates to a new branch in our project.
I had stuff I was working on so I stashed it and then created a new branch. Once I created the new branch I did a git pull ...
-5
votes
1answer
43 views
How do I upload my Java projects to GitHub? [duplicate]
I need a way to upload my things to GitHub. I'm using a Mac, if that matters. I am fairly new to programming and just started my GitHub account yesterday.
0
votes
1answer
28 views
How do I get the SHA of the latest commit on a GitHub repository via jQuery?
I've been at this for several hours now and I have yet to find any useful information anywhere. I'm trying to use jQuery to get the latest commit of any GitHub repository from a single user to show up ...
1
vote
1answer
30 views
Automatically write changelog to CHANGELOG.md in GitHub
Is there any way to automatically generate change logs from commit messages to a file called CHANGELOG.md in a GitHub repo?
Might be possible using a service hook on a repo?
1
vote
1answer
22 views
See what happend to files in Github trees API
Through the github API i'm listing all the files and folders of a certain commit, like so:
https://api.github.com/repos/:owner/:repo/git/trees/:sha?recursive=1
That gives me a list like this:
{
...
0
votes
1answer
30 views
Removing changes from one file in a commit
I have a private repo with a single commit on Github -- specifically for a Rails project. My schema file was changed along with migrations, and a fellow dev wants me to remove the schema changes from ...
2
votes
1answer
122 views
+100
Android Studio Checkout Github Error “CreateProcess=2” (Windows)
Today I've tried to checkout my Github project using brand new Android Studio and ended up with this nasty error :
Why things just never work out of the box ...?
0
votes
1answer
29 views
git rebasing from local branch off remote branch
I have a local branch test, and I want to rebase off of the remote branch test, how would I do this? I have tried git rebase origin test, but the changes someone pushed a short while ago arent being ...
2
votes
2answers
21 views
What's the difference between direct pip install and the requirements.txt?
I'm confused. I've got a working pip install command (meaning: it installs a version of a library from Github which works for me), and I have a non-working (meaning: it installs a version of a ...
1
vote
2answers
23 views
Connect to a locally built Jekyll Server using mobile devices in the LAN
After using jekyll serve on one machine, a WEBrick server is set up and the site can be accessed from localhost:4000 on this particular PC.
However, I'm wondering how to access this web server from ...
-1
votes
0answers
19 views
GitHub pages without Jekill knowledge - quick start [closed]
I have static website (HTML pages). It is hosted on GitHub.io. I want to add more content using Markdown for authoring. GitHub pages is actually using Jekill.
I just need quick way to start.
What ...
0
votes
1answer
36 views
Adding Storyboard to Github project
I have a project from github that does not contain storyboards, but I want to add storyboards to see the product before I run the application in the simulator. Can anyone explain how to add a ...
0
votes
1answer
37 views
Github's new file breadcrumb component
I am trying to create a similar breadcrumb component from Github. When the user creates a new file for a project, a text input field appears and the user can type in the name of a folder. The moment ...
0
votes
1answer
42 views
PowerShell : retrieve script from GitHub
I need to write PowerShell 3 script to download and execute another PS script that is located in a GitHub repo.
So something like :
$PathToScriptFile = ...
3
votes
1answer
230 views
How to clone a remote git repository with Android Studio?
In Eclipse the import command would accept a URI but in Android Studio import only seems to accept the location of a directory on my hard drive. How should I clone my remote repository with Android ...
1
vote
1answer
31 views
reset a git repo to an old commit?
We have a repo in github
We are using sourceTree as gitclient
Is there a way to reset the repo to an old commit?
I have tried to do it locally with sourcetree, and I can go as far as resetting ...
2
votes
2answers
41 views
github newbie: clone doesn't seem to have gotten me the right files
I just tried to use git for the first time and got unexpected results.
I ran git clone https://github.com/dato/lesswrong-bundle.git which downloaded the following files to a directory called ...
1
vote
1answer
43 views
Git/GitHub Total Number Of Lines Contributed For An Account
I want to get the total number of lines of code that an account on GitHub has done. This is not for judging productivity or whatever (LOC is a poor choice for that), it's really just for our ...
0
votes
2answers
22 views
SSHing into another one of my machines, making some changes and pushing back - author is “root”?
Whenever I commit through the SSH, it has the author of the commit as "root". How do I change it to my actual Github username so it links to that account?
It's an Ubuntu machine if that helps.
0
votes
1answer
24 views
Github autologin through web
I have a private git repo for a test project, and I want some people to test it out. But getting them to submit comments/errors they have is hard since they are not really computer users who want to ...
0
votes
1answer
25 views
Github custom domain for project pages
I've read all the posts about this and still can't get it to work.
Here's my situation:
I have a github repo called "father". Inside that repo I have a branch called "gh-pages" with a CNAME.txt file ...
0
votes
1answer
22 views
Messed up Git branching, how to fix
I am having some trouble with git (github), because I am new to this, my mind is thinking in SVN, and I guess I am just not getting this... please help.
So I was working on some branch_1 doing some ...
0
votes
1answer
17 views
Get lost commits on GIT
Me and my partners are working on the git remote and both have write access to the remote.
He did some changes, commited them and pushed them to remote,
I did few changes in my machine and without ...


