You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd Downloads/gitstats-master && ./gitstats /Users/X/git/myrepo .
Error observed:
Refiningdata...
Savingcache...
Generatingreport...
Traceback (mostrecentcalllast):
File"./gitstats", line1490, in<module>g.run(sys.argv[1:])
File"./gitstats", line1477, inrunreport.create(data, outputpath)
File"./gitstats", line744, increateshutil.copyfile(src, path+'/'+file)
File"/usr/local/Cellar/python@2/2.7.15_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line83, incopyfileraiseError("`%s` and `%s` are the same file"% (src, dst))
shutil.Error: `/Users/XYZ/Downloads/gitstats-master/gitstats.css`and`/Users/XYZ/Downloads/gitstats-master/gitstats.css`arethesamefile
Perhaps it would help to either check on startup (a) if the local directory is the "source" directory, and/or (b) if the resources that gitstats will to deploy already exist? On big Git repositories, this would save the user from re-starting the whole process.
The text was updated successfully, but these errors were encountered:
Started with outputpath = local git checkout.
Error observed:
Perhaps it would help to either check on startup (a) if the local directory is the "source" directory, and/or (b) if the resources that
gitstats
will to deploy already exist? On big Git repositories, this would save the user from re-starting the whole process.The text was updated successfully, but these errors were encountered: