Questions tagged as 'github'

0
answers

Several users and key-pair for connection Github

I'm having trouble setting up more than one public key on the same server for different accounts on github. I'm using a test pc: Linux kali 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-5kali4 (2016-01-13) i686 GNU/Linux Each key is found in t...
asked by 16.08.2016 / 22:15
2
answers

Github - How to create a second fork of a given repository?

Let's say I have a fork in the repository user\original as meuser\original . In case I want to create a new fork of the first, how do I do? In github when clicking on create a new fork it only redirects to the existing fork. H...
asked by 16.03.2016 / 20:15
1
answer

Do I need to put the hidden Eclipse project files in the repository?

I'd like to know first of all if these hidden image files (.good thing) need to go to the repository, since I work on the same project on more than one computer. My other question is if you can not display these files in eclipse. Thank you for y...
asked by 08.09.2016 / 17:21
1
answer

Move project from git to workspace

Using eclipse I cloned my github repository in the /home/douglas/git directory. My repository calls X and inside it is my Y project. When I'm going to import the project into eclipse I would like it to be moved to the eclips...
asked by 30.06.2016 / 03:43
0
answers

Direct to github's repository

There is a repository in github where it already contains a project. I have to create a new branch and put my own la project, however, I do not know how I direct it to the repository, and furthermore, for a certain branch, can anyone show me the...
asked by 03.05.2016 / 16:53
1
answer

Get link to download modified files in a certain commit on GitHub

I'm starting to use GitHub, and I'd like to know if there's a way to generate a download link in the commit's ZIP format. To Exemplify: I have my repository with the files:    test1.txt   test2.txt   test3.txt However, I made a chan...
asked by 13.03.2016 / 05:26
1
answer

Force SSL on GitHub Pages

I'm trying to force SSL on github pages, however I'm not getting it, can anyone explain to me what I do? I'm using Jekyll link repo: link     
asked by 22.02.2016 / 03:19
1
answer

After reverting a merge from a repo to the fork, git does not allow another (already up-to-date)

Good people! I have little experience with GIT (so I mostly work with Github Desktop rather than the command line), and today I had some issues with a fork from the repository of a phpbb theme I've been working on. The first one actually s...
asked by 11.02.2016 / 03:29
0
answers

How to create an outline with Jekyll / Liquid

I'm trying to create an outline to simulate a menu with direct link to the post. This structure would be similar to the help manuals by topics or as the chapter structure of the books. The problem is how to do it, I thought about creating the...
asked by 04.09.2015 / 15:22
0
answers

Error trying to insert embed of gist (GitHub) via PHP

I'm trying to insert an embed of a gist via PHP as follows: <?php echo "<script src='https://gist.github.com/schacon/4277.js'></script>"; ?> However, when parsing the console, the following error is returned:    Fai...
asked by 03.05.2015 / 19:58