MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
148 stars 42 forks source link

Git clone/checkout on Windows fails #26

Closed andygruber closed 1 year ago

andygruber commented 1 year ago

Hi,

The clone/checkout fails on Windows:

$ git clone https://github.com/MickMake/GoSungrow.git
Cloning into 'GoSungrow'...
remote: Enumerating objects: 60287, done.
remote: Counting objects: 100% (875/875), done.
remote: Compressing objects: 100% (484/484), done.
remote: Total 60287 (delta 588), reused 605 (delta 390), pack-reused 59412
Receiving objects: 100% (60287/60287), 32.76 MiB | 21.86 MiB/s, done.
Resolving deltas: 100% (35066/35066), done.
error: invalid path 'docs/data/js/nc.js?t=2015052012'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

$ git restore --source=HEAD :/
error: invalid path 'docs/data/js/nc.js?t=2015052012'
error: invalid path 'docs/data/js/zhuge.js?v=202218'

The files with the question marks in the filename are not referenced within the repo, so I guess they can be removed?