Conversation
pismute
reviewed
Jun 20, 2021
| .Version Control ToolWindow in JetBrains IDEs | ||
| image::images/jb.png[Version Control ToolWindow in JetBrains IDEs] | ||
| ////////////////////////// | ||
| .JetBrains IDE 상의 버전 관리 ToolWindow |
Member
There was a problem hiding this comment.
.JetBrains IDE 의 버전 관리 ToolWindow
| Windows의 표준 CLI 터미널인 `cmd.exe` 는 Git을 사용하기에 별로 좋지 않다. Powershell을 쓸 줄 안다면 Powershell을 사용하는 것이 낫다. | ||
| PowerShell을 Windows가 아닌 Debian 같은 환경에서 사용한다면 이어지는 내용을 동일하게 적용해볼 수 있다. | ||
| Windows의 표준 CLI 터미널인 `cmd.exe` 는 Git을 사용하기에 별로 좋지 않다. PowerShell을 쓸 줄 안다면 PowerShell을 사용하는 것이 낫다. | ||
| PowerShell을 Windows가 아닌 Linux나 macOS 같은 환경에서 사용한다면 이어지는 내용을 동일하게 적용해볼 수 있다. |
| If the second command fails with an error like `Module 'PowerShellGet' was not installed by using Install-Module`, you'll need to run another command first: | ||
| ////////////////////////// | ||
| Posh-Git을 설치할 모든 사용자에 설치하지 않도 자신만 사용하게 "-Scope CurrentUser" 옵션을 적용한다. | ||
| 사용자 모두가 사용할 수 있도록 posh-git을 설치하려면 "-Scope CurrentUser" 옵션을 사용하며, 관리자 권한으로 실행한 PowerShell 콘솔에서 명령을 실행해야 한다. |
| ////////////////////////// | ||
| 이 명령을 실행한 후에 앞서 실패한 명령을 다시 실행해본다. | ||
| 이 오류는 Windows Powershell에 이미 포함되어 배포한 모듈의 인증서가 일치하지 않기 때문이다. | ||
| 이 오류는 Windows PowerShell에 이미 포함되어 배포한 모듈의 인증서가 일치하지 않기 때문이다. |
Member
There was a problem hiding this comment.
이 오류는 Windows PowerShell과 함께 배포된 모듈의 인증서가 일치하지 않기 때문이다.
* master: Remove some files about TFS fix some asciidoc syntax problem Fix typo fix some adoc syntax and http links (solve #121) Create release-on-merge.yml Create pr-build.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build, configuration 제외 순수 내용 업데이트만 진행하며 #104 기준 progit2의 tag로 progit2-ko 내용을 업데이트 합니다.
모든 내용 업데이트 작업이 끝나고 html, pdf 빌드를 확인 후 merge 하겠습니다.