Mudanças entre as edições de "GIT"
De ISG Wiki
(Criou página com '= GIT = == SUBMETER DADOS PARA ORIGIN FORÇANDO USUARIO E SENHA == Como forçar usuário e senha, ao submeter os dados para o Origin [http://stackoverflow.com/questions/2977...') |
(Sem diferença)
|
Edição atual tal como às 14h34min de 29 de junho de 2016
GIT
SUBMETER DADOS PARA ORIGIN FORÇANDO USUARIO E SENHA
Como forçar usuário e senha, ao submeter os dados para o Origin [1]
git push https://username:password@myrepository.biz/file.git --all
ERRO: LF will be replaced by CRLF
Como resolver o erro LF will be replaced by CRLF [2]
git config core.autocrlf true