Accidently create file name "\" in development folder
hardyweb

hardyweb @hardyweb

About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.

Location:
Terengganu, Malaysia
Joined:
Jun 20, 2022

Accidently create file name "\" in development folder

Publish Date: Sep 25 '24
1 0

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.
Enter fullscreen mode Exit fullscreen mode

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,

  1. Git pull
  2. rm "\"
  3. Git commit -am "lorem ipsum"
  4. git push origin main.

Comments 0 total

    Add comment