Questions tagged as 'github'

0
answers

Is it possible to use RSYNC together with GITHUB? SSH

Can I send the backup of my files to Github by ssh using rsync ? In Github you have the option of SSH . EX: rsync -rav -e ssh [email protected]:username/repo.git /var/html/     
asked by 22.11.2018 / 01:05
0
answers

How to remove the master branch pointing with another work branch

Currently in my system I created a branch called JB-602 in which I and another colleague are developing a feature in which it is incremental. In other words, we do a step and perform merge with branch master to increase product...
asked by 06.11.2018 / 14:06
1
answer

Laravel problem with php artisan serves

I'm following a lesson from Laravel 5.6, and during class, I created the project in laravel, already with all the tools installed. NPM, Composer, Xampp etc. Then I ran the command: composer create-project --prefer-dist laravel/laravel proje...
asked by 30.10.2018 / 02:04
1
answer

SSL Certificate

Good morning everyone, I'm trying to clone a github project for my machine, but this always appears the following error:    fatal: unable to access   ' link ': SSL certificate   problem: self signed certificate in certificate chain I thou...
asked by 01.10.2018 / 15:36
0
answers

Jenkins Cache Cleanup (Does not update with new and deleted branches - GitHub

I had created a branch called bugfix/bugfix-2199278 , and some others following the pattern of name bugfix/bugfix-númeroDobug with the correction of each bug. Then I created a new branch called bugfix and I made the merge of...
asked by 12.09.2018 / 22:04
0
answers

Jekyll Permalink does not work on Github

I configured the permalink in Jekyll to shorten the address shown in the url. In the localhost, the permalink works without problems, however when I put the files in Github, it does not work and it directs to page 404. My _config.yml title:...
asked by 16.09.2018 / 00:42
1
answer

Replicate changes from one repository to another

I have 3 repositories that use the same component. I would like to when you make changes to this component, you can replicate to the other. Is it possible?     
asked by 29.08.2018 / 22:13
0
answers

Catch the user login github authenticated firebase

I made an app that authenticates in GitHub with the firebase, it takes the data and logs but when I go in FirebaseAuth.getInstance (). getCurrentUser () FirebaseUser does not have a method that returns a login. I need to get some information fro...
asked by 09.07.2018 / 20:16
0
answers

I can not install the npm push-dir package

I'm trying to install the push-dir package with the npm cli below: push-dir --dir=dist --branch=gh-pages --cleanup After installing and trying to call with: push-dir --dir=build --branch=gh-pages Apparently it installs because it gives...
asked by 23.06.2018 / 16:34
0
answers

Error Cloning GitHub Repository

I'm trying to initialize the existing repository that I have GitHub but when the clone, everything is ok. **Cloning into 'ecommerce'... remote: Counting objects: 1802, done. remote: Compressing objects: 100% (53/53), done. remote: Total 1802 (...
asked by 04.06.2018 / 21:14