dev-resources.site
for different kinds of informations.
Accidently create file name "\" in development folder
Published at
9/25/2024
Categories
git
development
file
Author
hardyweb
Assalamualaikum
Semalam, terjumpa satu kes, dimana, aku tak dapat clone sistem dari git repository.
Git respon
Cloning into 'xxxxx'...
Username for
Password for
remote: Enumerating objects: 2644, done.
remote: Counting objects: 100% (2644/2644), done.
remote: Compressing objects: 100% (1677/1677), done.
remote: Total 2644 (delta 1725), reused 1555 (delta 913)
Receiving objects: 100% (2644/2644), 7.68 MiB | 958.00 KiB/s, done.
Resolving deltas: 100% (1725/1725), done.
**error: Invalid path '\' **
Checking out files: 100% (827/827), done.
apa sebenarnya yang berlaku adalah, aku secara tidak sengaja mencipta atau simpan file dengan nama "\" dan telah pull file tersebut ke dalam repository.
Cara baiki,
- Git pull
- rm "\"
- Git commit -am "lorem ipsum"
- git push origin main.
Articles
12 articles in total
Lazyvim version 14.x in WSL
read article
Update PHP 3.x to PHP 4.x in wsl ( debian )
read article
Compile Neovim in Debian/Ubuntu Linux
read article
Copy paste bash command but dont understand what it does?
read article
Replace Dot Notation Laravel Relationship with Nasted Array
read article
How To Create Laravel Project With Composer
read article
git log --all --decorate --oneline --graph
read article
Accidently create file name "\" in development folder
currently reading
Change Editor In Glow charmbracelet
read article
MSYS2 alternatif kepada WSL2
read article
Copy file between server and local machine ( from windows to linux server )
read article
Jquery select2 css height problem fixed
read article
Featured ones: