<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>IT Management on The Workflow Archive</title><link>https://horizonchaser.duckdns.org/categories/it-management/</link><description>Recent content in IT Management on The Workflow Archive</description><generator>Hugo -- 0.151.0</generator><language>en-us</language><lastBuildDate>Fri, 19 Dec 2025 10:00:00 +0900</lastBuildDate><atom:link href="https://horizonchaser.duckdns.org/categories/it-management/index.xml" rel="self" type="application/rss+xml"/><item><title>[Linux] Git Push 오류 해결: 패스워드 인증 중단에 따른 토큰(PAT) 설정법</title><link>https://horizonchaser.duckdns.org/posts/git_push/</link><pubDate>Fri, 19 Dec 2025 10:00:00 +0900</pubDate><guid>https://horizonchaser.duckdns.org/posts/git_push/</guid><description>&lt;h3 id="프롤로그-갑자기-작동하지-않는-git-push"&gt;프롤로그: 갑자기 작동하지 않는 git push&lt;/h3&gt;
&lt;p&gt;리눅스 워크스테이션에서 연구용 코드나 블로그 포스트를 업데이트하던 중, 평소처럼 사용하던 GitHub 아이디와 패스워드를 입력했는데 다음과 같은 에러 메시지를 마주할 때가 있습니다.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;remote: Support for password authentication was removed on August 13, 2021.&lt;/code&gt;
&lt;code&gt;remote: Invalid username or token. Password authentication is not supported for Git operations.&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;이는 GitHub이 보안 강화를 위해 일반 패스워드 기반의 인증 방식을 완전히 중단하고, &lt;strong&gt;개인 액세스 토큰(Personal Access Token, PAT)&lt;/strong&gt; 또는 SSH 키 방식만 허용하도록 정책을 변경했기 때문입니다.&lt;/p&gt;</description></item></channel></rss>