Questions tagged as 'github'

1
answer

How to start Jekyll with a theme already downloaded

Hello everyone. I downloaded Jekyll and its dependencies and I was able to create a new blog by giving jekyll new novodoblog , but now I downloaded a theme and wanted to create a new blog from it. I gave jekyll serve but gave this e...
asked by 01.03.2017 / 02:27
1
answer

I can not access site hosted on github

I put the name of my repository as fingerstylebrasil.github.io but when I access it it appears that the page does not exist, I looked in the repository settings and another address appears here: link , that I can access the site normally, but...
asked by 03.03.2017 / 02:41
1
answer

Github - Download project (Beginner)

I'm getting started in Git-Hub ... I downloaded the Git-Hub version for Windows (version with graphical interface). I can create repository, commit and publications. Would you like to know how I can download a project made by another user, ma...
asked by 18.03.2017 / 21:59
1
answer

How to ignore persistence.xml in gitignore?

I have a persistence file called persistence.xml in paths:    /git/myRepository/MyProject/src/main/resources/META-INF/persistence.xml And I would like to include it in .gitignore , I put this path in .gitignore , I did commit...
asked by 03.06.2016 / 19:14
1
answer

How do I make composer download via URL or SSH of GitHub

In the code json below I can only clone the PHPMailer dependencies from the repository if the CpanelInc / xmlapi-php url is not set to repositories in código , when I go to https url or ssh generates the following error: [Compo...
asked by 13.07.2016 / 02:47
1
answer

Build in Gitlab does not change from "Pending"

Recently I deleted a repository in Gitlab (I use their own server) and created a new one, but when I give commits and pushs a build : pending "no commit, warning:    .gitlab-ci.yml not found in this commit None of my commits are goi...
asked by 14.05.2016 / 15:25
1
answer

github plugin in Eclipse

I tried to download the plugin Github Mylyn Connector 2.3 but when it will install, it returns the following error: No repository found at http://download.eclipse.org/egit/github/updates-2.3. Does anyone know how to solve this?     
asked by 22.08.2015 / 20:55
1
answer

How to reload config.json in bootstrap

I'm trying to generate a gist with config.json to reload the bootstrap without losing any changes I've made. Then I created a gist: link But when trying to load bootstrap like this: link and also this way: link Is generating...
asked by 27.05.2014 / 19:47
0
answers

RestClient.post Angular 7

I'm trying to create a post like this, more in angular 7: get '/callback' do # get temporary GitHub code... session_code = request.env['rack.request.query_hash']['code'] # ... and POST it back to GitHub result = RestClient.post('h...
asked by 12.12.2018 / 15:16
0
answers

Is there an endpoint in the Github API that returns all the Commits of a user?

PersonalI'mplanningthedevelopmentofawebportal,andwillhaveasectionofGithub..com..AvatarEtc..IwouldalsoliketoaddsomethingsimilartotheGithubcommitscounter..Ilookedoverbutdidnotfindanyendpointwhichreturnsthecommits,forexample: link link Thank...
asked by 01.12.2018 / 01:22