Giter VIP home page Giter VIP logo

Comments (3)

jbernard avatar jbernard commented on July 1, 2024

Can you post the contents of your .dotfilesrc? I agree there's a problem (you should never see a backtrace like that), but I'm not exactly clear on the steps to reproduce it.

from dotfiles.

jbernard avatar jbernard commented on July 1, 2024

Also, sorry for the insane delay. We had a new baby earlier this year and things are now settling down such that I once again have time for things.

from dotfiles.

muelli avatar muelli commented on July 1, 2024

muelli@muelli-VirtualBox:$ mkdir Dotfiles
muelli@muelli-VirtualBox:
$ (echo "[dotfiles]"; echo "packages=['ssh']") | tee .dotfilesrc
[dotfiles]
packages=['ssh']
muelli@muelli-VirtualBox:~$ dotfiles --dry-run --add /.ssh/config
Moving /home/muelli/.ssh/config => /home/muelli/Dotfiles/ssh/config
Creating symlink /home/muelli/Dotfiles/ssh/config => /home/muelli/.ssh/config
muelli@muelli-VirtualBox:
$ dotfiles --add /.ssh/config
Traceback (most recent call last):
File "/home/muelli/.local/bin/dotfiles", line 19, in
dotfiles.cli.main()
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/cli.py", line 247, in main
dispatch(dotfiles, cli_opts.action, cli_opts.force, args)
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/cli.py", line 181, in dispatch
getattr(dotfiles, action)(args)
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/core.py", line 196, in add
self._perform_action('add', files)
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/core.py", line 219, in _perform_action
getattr(dotfile, action)()
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/core.py", line 91, in add
self._move(self.name, self.target)
File "/home/muelli/.local/lib/python2.7/site-packages/dotfiles/core.py", line 66, in _move
shutil.move(src, dst)
File "/usr/lib/python2.7/shutil.py", line 301, in move
copy2(src, real_dst)
File "/usr/lib/python2.7/shutil.py", line 130, in copy2
copyfile(src, dst)
File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: '/home/muelli/Dotfiles/ssh/config'
muelli@muelli-VirtualBox:
$

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.