ΰ­¨β”ˆβ”ˆβ”ˆ Tool β”ˆβ”ˆβ”ˆΰ­§/β†˜ IntelliJ 3

[IntelliJ] Vue.js ν”„λ‘œμ νŠΈ 생성

Vue.js ν”„λ‘œμ νŠΈ μƒμ„±ν•˜κΈ° 1. vue cli μ„€μΉ˜ npm install -g @vue/cli 2. vue ν”„λ‘œμ νŠΈ 생성 vue create [project name] 3. λͺ…λ Ήμ–΄λ₯Ό μ‹€ν–‰ν•œ μœ„μΉ˜μ— prjectκ°€ μƒμ„±λ˜λŠ” 것을 확인할 수 μžˆλ‹€. 4. ν•΄λ‹Ή λͺ…λ Ήμ–΄λ₯Ό μž…λ ₯ν•˜λ©΄ 앱을 μ‹€ν–‰ν•  수 μžˆλ‹€. npm run serve

[IntelliJ Error] Execution failed for task ':compileJava'.

λ°œμƒμ›μΈ λ‹€λ₯Έ μ»΄ν“¨ν„°μ—μ„œ git repository의 μ†ŒμŠ€λ₯Ό λ°›μ•„ λΉŒλ“œν•˜λŠ” 쀑 μ—λŸ¬κ°€ λ°œμƒν–ˆλ‹€. Execution failed for task ':compileJava'. μ—λŸ¬λŠ” JDK 버전이 λ§žμ§€ μ•Šμ•„ λ°œμƒν•˜λŠ” μ—λŸ¬μ΄λ‹€. 해결방법 ν•΄λ‹Ή 컴퓨터 JDK 11이 μ—†μ–΄μ„œ μ„€μΉ˜ν•΄μ£Όμ—ˆλ‹€. intelliJμ—μ„œ ν”„λ‘œμ νŠΈ SDKλ₯Ό 11둜 μ„€μ •ν•΄μ€€λ‹€. Gradle JVM도 11둜 μ„€μ •ν•΄μ€€λ‹€. 그러고 λ‚˜μ„œ μ‹€ν–‰ν•΄μ£Όλ©΄ λΉŒλ“œκ°€ 잘 λ˜λŠ” 것을 확인할 수 μžˆλ‹€!!

[IntelliJ] IntelliJ + Github push 403 Error

ν˜„μƒ IntelliJμ—μ„œ Github의 remote repository에 pushν•  λ•Œ 403 μ—λŸ¬κ°€ λ–¨μ–΄μ‘Œλ‹€. The requested URL returned error: 403 이 λ°œμƒν•˜λŠ” μ΄μœ λŠ” λ‹€μ–‘ν•˜λ‹€. λ‚˜λŠ” μ½”λ“œλ₯Ό μž‘μ„±ν•˜κ³  github에 첫 pushλ₯Ό μ‹€ν–‰ν•˜λŠ” κ²½μš°μ— 403 μ—λŸ¬κ°€ λ°œμƒν–ˆλ‹€. 해결방법 git remote set-url origin https://github-username@github.com/github-username/github-repository-name.git github-usernameκ³Ό github-repository-name에 ν•΄λ‹Ή λ‚΄μš©μ„ μž…λ ₯ν•˜μ—¬ origin μ£Όμ†Œλ₯Ό μž¬μ„€μ • ν•΄μ€€λ‹€. 그러면 ν•΄κ²°λœλ‹€. 또 λ‹€λ₯Έ λ°©λ²•μœΌλ‘œ 자격 증λͺ… κ΄€λ¦¬μžμ—μ„œ github μžκ²©μ„ λ‚΄ gi..