github

Tech/Other

GitHub Copilot 후기

업무가 몰려서 포스팅이 늦어졌네요. 7월 28일날 GitHub Copilot 관련해 포스팅했었고 그 과정에서 Copilot Technical Preview를 신청했습니다. (사전 체험) GitHub Copilot Your AI pair programmer : Copilot GitHub Copilot가 이슈가 되고 있네요 좋은 쪽으로든 나쁜 쪽으로든 행보가 꽤 재미있습니다 Copilot은 GitHub과 OpenAI에서 개발한 코드 자동완성 AI 툴입니다 GitHub Copilo.. syntaxsugar.tistory.com 10월 27일날 마참내! 아래와 같이 메일을 받아 사용해볼수 있는 기회가 생겼었습니다. 프로젝트 로고 몇개 만들고부터 로고에 관심이 많아졌는데 GitHub Copilot은 아래와 같은 ..

Cooperation

[Git] GitHub Organization - remote: Permission to repository

GitHub Organization을 이용하면서 발생한 문제입니다. Organization에 있는 Repository는 권한을 얻기전까지 push할 수가 없습니다. $ git push ✱ remote: Permission to Dev-Sweeter/go-jose.git denied to bang9211. fatal: unable to access 'https://bang9211@github.com/Dev-Sweeter/go-jose.git/': The requested URL returned error: 403 일전에 포스팅한 문제와 비슷한 문제입니다. [Git] remote: Support for password authentication was removed on August 13, 2021. Ple..

Programming/Go

Go/Golang Release & pkg.go.dev package update

Go 같은 경우 GitHub을 통해 Document와 Package 문서가 자동으로 작성되기 때문에 Release(배포)가 중요합니다. 처음부터 배포를 신중하게 하는 것이 중요하지만 종종 실수하기 마련입니다. 먼저 말하자면, 배포 이후에 tag를 삭제하거나 수정하여 같은 버전으로 배포하는 경우에는 문서(godoc)가 refresh되지 않습니다. x/pkgsite: refresh of pkg.go.dev · Issue #48832 · golang/go What is the URL of the page with the issue? https://pkg.go.dev/github.com/bang9211/wire-jacket What is your user agent? Mozilla/5.0 (Macintosh; ..

Cooperation

[Git] remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

자기 전에 새 git repository를 만들고 commit & push 하려 하니 뭔가 바뀌었네요 정확히는 아래와 같은 문구가 발생합니다 remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. 그러니까... 2일 전인 2021년 8월 13일부터 password 방식의 인증은 폐기되고 personal access token ..

Tech/Trend

GitHub Copilot

Your AI pair programmer : Copilot GitHub Copilot가 이슈가 되고 있네요 좋은 쪽으로든 나쁜 쪽으로든 행보가 꽤 재미있습니다 Copilot은 GitHub과 OpenAI에서 개발한 코드 자동완성 AI 툴입니다 GitHub Copilot · Your AI pair programmer GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you. copilot.github.com 처음 보고는 Copilot이 Copy에 대한 변형 단어라 생각했으나 Co-pilot의 의미입니다 함수 이름, 주석 등의 문구를 입력하면 AI가 해당 문맥을 파악해..

Syntax Sugar
'github' 태그의 글 목록