GitHub is a web-based hosting service for software development projects that use Git for version control. Use this tag for questions specific to problems with repositories hosted on GitHub, features specific to GitHub and using GitHub for collaborating with other users. Do not use this tag for Git-...

learn more… | top users | synonyms

0
votes
0answers
5 views

Kurento OneToMany With Rooms

I look at this link https://github.com/BitOfUniverse/kurento-one2many-with-rooms/issues/1 and decided to run on my local machine via VMvare on Ubuntu Server 14.04 TLS Before start to run this, I ...
1
vote
1answer
19 views

Excluding files on GitHub pull

I know how to ignore files on pushing to GitHub, but how can I ignore all .php files on pulling? Our GitHub is pulled to several locations, but at one of the locations we can't allow any php files (...
0
votes
1answer
25 views

How to merge conflicted files to my repository

I have a master repository that is used by two users, now when I push my code it warns me to resolve conflicts. I want to merge my code into the existing code with git commands but I don't know how ...
0
votes
0answers
6 views

LSD-SLAM NOROS on Windows. No PointCloud

Has anyone tried building this git repository (https://github.com/aivijay/lsd_slam_noros) which lets you build a LSD-Slam program on Windows that's independent of ROS. Problem is that I was able to ...
2
votes
1answer
18 views

Are the GitHub repository id numbers permanent?

The GitHub v.3 API for repository data returns an integer identifier for a given repository. This identifier is the value of the field id in the data returned. In this example, it is the number ...
0
votes
1answer
10 views

GitHub Pages images not loading

I have a website that I am developing. It's currently hosted on GitHub pages for Dev purposes. KevinRanke.github.io The main image with alt text of "IRS" is not loading and I don't know why. Any ...
0
votes
0answers
7 views

Having Travis-CI check files into Github?

I have a requirement for some very basic static file hosting, something that GitHub pages can easily handle - HTML & images only. However the HTML and images are generate in a Travis-CI test ...
-1
votes
0answers
11 views

Pods – How to use a forked repository?

I am having issues updating my pod from my forked repository..keep getting: [!] Unable to find a specification for 'QMChatViewController'. The story...I have forked a repository, this one: https://...
-1
votes
1answer
14 views

Cannot make changes in master after testing appear in gh-pages

I am using firebase serve within my master branch to run a server and test my changes to some HTML files. When I change these files, when I am happy, I would like those files to update in my gh-pages ...
-1
votes
0answers
11 views

Github API for downloading all issue events of a project -Error: “… Pagination is limited for this resource …”

I am trying to pull all issue events in a Github project, let me say rails/rails. There are more than hundreds of thousands of issue events in this project. I run the following code to pull the ...
-1
votes
0answers
16 views

Github created a copy of my branch with lowercase name

I created a branch in GitHub with a name which starts with a capital letter like: Blabla but after a while, i noticed that another branch is created having the latest commits with the same name but ...
0
votes
0answers
13 views

GitHub pages root leading to a different repository than username.github.io

Assuming awesome-organisation has a repository called awesome-repository, is there any way awesome-organisation.github.io will lead to the awesome-repository's content apart from renaming awesome-...
0
votes
1answer
20 views

How to place an Image on a Customize ListView

I am new an android i want to make a Documents Scanner application. So i use for the crop functionality the GitHub library know i want to show the crop image on a list View. For this i use the ...
-2
votes
1answer
14 views

Create local respository using git same as remote respository (Local git server same as remote)

I am new to GIT I have a remote git repository. I want to create a local repository which is same as remote (with all branches and tags same as remote). I want to test my git commands on my local ...
0
votes
0answers
15 views

GraphQL Rest api call

I am new to GraphQL and need to call a REST API to get some value .I am using Apollo Server with Node js.I need to get the value of ID. The json data I have looks something like this { "hi....
0
votes
2answers
28 views

git commit shows untracked files

I want to commit my files and type this command git commit -a -m "all base files" it shows some untracked files that contains files I want to track.. I need to commit html files, checked ...
0
votes
1answer
19 views

Remove commits from an existing pull request

I forked a project on Github, made a commit, pushed to my fork and made a pull request. All good to that point. Then, I kept committing and pushing unrelated stuff unaware that all of that will be ...
-1
votes
0answers
14 views

Getting Multiples checks for Github Pull Request using Jenkins

I'm working on a project which uses jenkins for ci. I have to check the Github PR by multiple checks. 1. linting the code 2. running unit test 3. code coverage I want to github display the 3 status ...
-2
votes
0answers
30 views

Run .exe in AppVeyor's console

I compiled with g++ (google tests), received something.exe. How can I run that .exe-files in the console? If I write cmd: something.exe in AppVeyor.yml I receive Command exited with code -...
-2
votes
0answers
17 views

Can not clone using Smart Git in Ubuntu

I am using Smart Git to clone a Github repository on Ubuntu. But i am failing to clone it. It shows "Could not connect to the repository ...". I have used HTTPS and SSH both. N.B: I have added ...
1
vote
3answers
29 views

What is the difference between Branch and Remote in GIT?

I am currently taking the course GIT and GITHUB from udacity. One thing I'm really confused is what is the difference between remote and branch as both makes the same sense to me, as per my ...
0
votes
2answers
33 views

Should I commit dlls and generated bin files to repository on GitHub or just ignore them?

I am using a private repository on GitHub to develop a project. The problem is that every time I do a commit, a bunch of bin files that I haven't manually modified get committed too. If I ignore them, ...
1
vote
1answer
11 views

An error occurred while installing json (1.8.1), and Bundler cannot continue - Rails

An error occurred while installing json (1.8.1), and Bundler cannot continue. Make sure that gem install json -v '1.8.1' succeeds before bundling. xcrun: error: invalid active developer path (/Library/...
-2
votes
0answers
23 views

github pages + jekyll, css fine but still not displaying correctly, or?

I'm trying to set up a project site on GitHub pages using Jekyll. Now the problem is that the site generates fine, even the css file seems ok when viewing source, but the site still doesn't displays ...
-1
votes
0answers
17 views

Laravel.log keeps giving me conflicts

I'm using Git Hub and I'm hosting it locally on my computer using XAMPP, and I use git on my Ubuntu 16.04 server at Digital Ocean. Whenever I push and pull etc, it keeps giving me conflicts on ...
-2
votes
0answers
8 views

How to use kripken?

I am trying to connect to sqlite database with JavaScript and found out that people have created a whole plugin I guess https://github.com/kripken/sql.js . My problem is that I have no idea how to ...
-1
votes
0answers
12 views

Hide a Travis repository

I am part of a Github organization, but there are some projects in that organization which I don't work on and whose tests are always failing. Is there a way to make it so I don't have to see them? It ...
0
votes
1answer
13 views

Git branch switch not changing working directory

When I run the command: $ git checkout 'newBranch' I get the following: M path/to/file1.js M path/to/file2.js D path/to/file3.js M path/to/file4.js Switched to branch 'newBranch' And my ...
0
votes
1answer
20 views

how to solve git push fails with two-step authentication (linux)

I'm trying to push some edits from personal proyect to my repository and requires me my username and pass, i write them but the console show me something like: fatal: authentication failed I didn't ...
0
votes
1answer
36 views

How to push existing git repository to github

No, it's not a dublicate. I have existing git repository at my computer with multiple forks and commits. When I pushing it to github I just have a one RANDOM (because I do not know why THIS ONE) ...
-1
votes
0answers
12 views

How to setup a development, staging and production environment for new php project

I am going to develop a php web application from scratch. The application is going to be developed by a team of four peoples. We plan to have a development environment for each developer in the team, ...
1
vote
0answers
10 views

How to create Repository under folder?

I have created a folder, named "My Other Repos". Can I create several repositories under that folder? (so, not in my profile root).
0
votes
1answer
11 views

github limited access to project folders

I have a github repository with few folders in it. What I would like to achieve is that I want to provide access to shared users to only particular folders. How can I achieve this?
1
vote
0answers
8 views

git-cola installation procedure in RHEL6.7 hosts

I need to install git-cola in RHEL6.7 hosts. Can someone help with the procedure on how to install/compile it. Tried installing it through rpm but having many dependencies, neither we have any rpm's ...
1
vote
4answers
31 views

How to remove only files and ignore subfolders on GIT

I want to be able to remove all the files in my local folder and in github, but I have a sub folder that I don't want to touch. How do I delete all the files while ignoring the sub folder?
0
votes
2answers
38 views

Can't download from github Openshift v3

I installed Openshift origin v3 using vagrant on my computer and created a project and an python component whose source code is hosted on Github. When a build is started, it shows the error: builder....
0
votes
0answers
10 views

Must you specify each GitHub/Bitbucket repository individually in composer.json

So far in composer.json files, for (private) repositories that aren't on packagist, I've been writing them out individually, thus: "repositories" : [ { "type" : "vcs", "url" : "git@github....
0
votes
1answer
11 views

How to extract two files using Teamcity VCS and github

I need to extract only two files from a github repo, using a VCS in Teamcity. I have found out how to do it for a subdirectory, but I'm not sure how to setup a filter that allows for multiple files, ...
1
vote
1answer
15 views

Github API sorting search results by the created_at field

How can I create a search query sorted by the created_at field? I've tried: https://api.github.com/search/repositories?q=blog&sort=created_at&order=desc and https://api.github.com/search/...
0
votes
2answers
40 views

Why can't i push to git origin master?

I tried pushing to the origin master some code and got a weird problem, can anybody help please? Here is the git bash: The code can be found in here.
0
votes
0answers
7 views

Vue CLI project deploy to production or github [on hold]

I am really new to vue, so i would like some help on how to deploy a Vue CLI project to production or github. Thanks in advance.
0
votes
1answer
11 views

Send a pull-request that is in conflict with another pending one

I've forked a project on GitHub and I've made some change. I want to do a pull-request of my changes. I've seen in the main project that there is an existing pull request, and I've noticed that my ...
0
votes
0answers
7 views

How to run a `npm start` or `yarn start` script & push to Github daily online?

I have this example npm package names which gets updated hourly. But I don't know how this is integrated with this script. I have created a Github Trending JSON API which will show JSON data of today'...
0
votes
1answer
18 views

Docker container cannot clone public Github repo

I am guessing this is an internet connectivity issue, however, there might be some RSA public key missing. I have this Dockerfile: FROM node:4-onbuild COPY test-install-post-publish.sh /usr/src/app/ ...
0
votes
0answers
7 views

Github with opswork auto deployment using webhook help needed

Again i got stuck to achive the target to trigger deployment once code is pushed to repo, I search the net but i found only old information github is updated and as per there instruction i setup all ...
1
vote
1answer
40 views

Best image hosting solution for static site?

I'm working on a Jekyll project hosted on Github Pages, and wondering what the most advisable way to host images might be. Right now, all the site's images are hosted on AWS, which is fine, but adds ...
-3
votes
0answers
12 views

using yasea and android application [on hold]

I want make RTMP client application in android first, I try to find RTMP client library and I found vitamio and yasea (I choose yasea because vitamio so slow) it has an example application, but I ...
2
votes
3answers
18 views

How to add sub-modules to github repository

Hello i am looking for a way to add my submodules to my github repo for example iris https://github.com/kataras/iris I tried git add * git add . and then committing and pushing but the folder ...
0
votes
1answer
39 views

Importing a GitHub project to Android Studio

As recently, I've been looking through Android Templates for Material UI design, as I want to get a feel on how to use the types of pieces in one. But, It's been a struggle. Every one I've done, I got ...
0
votes
1answer
21 views

Fork GitHub to VSTS?

This 2014 post indicates there was no native support for Forking from GitHub to VSTS Git - a situation which does not seem to be changed. Is it still necessary to create a middleman to moderate ...