반응형
Pushing to https://github.com/myid/myrepo.git
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal:Authentication failed for 'https://github.com/myid/myrepo.git/' In a case you entered incorrect password, please update it in Keychain Access application.

 

오랜만에 개인 기기로 작업을 좀 한 뒤, github에 push 했습니다.

그런데 해당 에러가 발생하며 push 가 안되는 현상이 발생하여, push가 완료되지 않았습니다.

분명히 예전에 기한 제한 없이 token 을 발급 받아서 설정 했던 것 같은데🤔

 

하지만, 막상 Github에 들어가보니, 지난번에 생성한 token 들이 모두 만료되었네요 ㅎㅎ

This token has expired

 

 

만료가 되었을 경우, 삭제 해주시고 새로운 토큰을 발급 받아주시면 됩니다.

새로운 토큰 발급 방법은 아래 링크에 자세히 설명되어 있습니다 😊

 

 

반응형
반응형

Could not publish server configuration for Tomcat v8.5 Server at localhost.

Multiple Contexts have a path of 프로젝트명



해당 오류는 servelt.xml 에 등록된 프로젝트의 경로가 중복 설정되어 있을때 발생 합니다.


해결 방법 :





'Project Explorer' OR 'Navigation' 에서 위에처럼 사용 Server 의 web.xml 에 들어갑니다.

 




그러면 맨 밑에 프로젝트명과 경로가 입력 되어 있습니다.

보통 위 빨간색으로 표시된 path 부분이 중복 설정되어 있어 에러가 발생 하기 때문에,

해당 프로젝트명과 일치하는 경로명을 입력해 주시고 재 실행 하시면 됩니다.

*/PortfolioPage 와 /JunPage는 제가 사용하는 프로젝트명이므로,

 자신이 설정한 프로젝트명으로 입력 하셔야 합니다.





반응형

+ Recent posts