Questions tagged as 'git'

0
answers

Invalid credentials provided

When creating an app in Heroku, I received this message C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ heroku create appSpring1 Creating ⬢ appSpring1... ! ! Invalid credentials provided. ! EPERM: EPER...
asked by 27.03.2018 / 22:49
1
answer

Add in bitbucket all my files modified by command line

I have a solution with several projects. I made the necessary changes and now I need to upload to git (bitbucket). By Visual Studio 2017 is not going, I think my machine is bugged. So I'm wanting to do this from the command line. I have this f...
asked by 21.03.2018 / 23:51
0
answers

Error connecting user in GIT - Visual Studio 2017

I have a repository that I collaborate with github, I have my git user and everything. I have the github desktop running normal, but I can not sync, pull and push through visual studio 2017, as this message appears to me: Git failed with a fat...
asked by 28.03.2018 / 18:59
1
answer

I can not clone a project through Git and Visual Studio 2017

When I try to clone a project inside Visual Studio 2017 (Enterprise and Community - I tried both), I get this error:    Git process failed unexpectedly. CloneCommand.ExecuteClone I think it may be my machine, but I do not know what to say...
asked by 21.03.2018 / 19:40
0
answers

How can I make my site in git-pages recognize the files that are inside the css, img and js folders?

Well, I'm trying to upload a site to git-pages, but I can not get it to recognize my .css, .js, .png, and .jpg files that are in the css, js, and img folders, and this does that the pages stay in pure html. I have tried to leave the files rig...
asked by 21.03.2018 / 05:32
0
answers

Deploy data that can not go to github

Good morning, I have 1 project, which is under development and I'm using github in the development phase. However configuration files that have password, I do not command pro github haha. When I do the last commit and then the deploy to th...
asked by 02.03.2018 / 15:57
0
answers

Who should merge a pull request, author or reviewer?

Scenery: Author submits a pull request. Reviewer examines the code. Approve and leave a comment: "It was very good!". Find points that can be improved or corrected and returned to the author. The author makes the necessary change...
asked by 23.02.2018 / 17:01
2
answers

How to add an empty directory in a remote git repository?

I have a PHP application that needs to upload photos to a remote directory, but this directory needs to be created previously in the repository in order to upload those files. But when I send this empty directory, the repository does not reco...
asked by 10.05.2014 / 06:39
1
answer

Error cloning bitbucket repository for umbler

I'm having a problem cloning the repository from bitbucket to umbler. The commands that the umbler personnel passed were: Access your site via SSH: ssh [email protected] - p 9922 Access the directory where you want to publish yo...
asked by 16.02.2018 / 00:12
1
answer

Error creating .ssh folder on windows

When I run the command $ ssh-keygen -t rsa -C "[email protected]" I get the error message:    Generating public / private rsa key pair. Enter file in which to save   the key (/ c / Program Files (x86) /GNU/SSH/.ssh/id_rsa): Cou...
asked by 01.02.2018 / 22:13