일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- albumbook
- apple
- MSYS2
- 앨범북
- 앱스토어
- fido
- otpkey
- css
- FIDO2
- Xcode
- 앱리소스
- Nodejs
- 인증
- openssl
- MYSQL
- SSL
- SSH
- SwiftUI
- Android
- 안드로이드
- git
- WebAuthn
- OSX
- kmip
- 애플
- SWIFT
- appres
- 2FA
- MFA
- OTP
Archives
- Today
- Total
인디노트
.gitignore 설정후에 정상적으로 적용되지 않는 문제 해결 본문
$ git rm -r --cached .
$ git add .
$ git commit -m "fixed untracked files"
반응형
'개발 플랫폼 및 언어' 카테고리의 다른 글
CentOS GPT (0) | 2017.05.18 |
---|---|
MySQL - Please read "Security" section of the manual to find out how to run mysqld as root! (0) | 2017.05.18 |
MySQL - 특정 날짜 Select 하는 방법 - between (0) | 2017.05.14 |
SQL JOIN (0) | 2017.05.14 |
CentOS 에 MySQL 5.7 설치 (0) | 2017.05.10 |
Comments