Giter VIP home page Giter VIP logo

Comments (6)

bruno- avatar bruno- commented on August 16, 2024 3

Hm, that's interesting.
If https clone does not work, I suggest cloning plugins manually, instead of doing tpm install step with prefix + I.

Here are the steps:

  • check you have this in your tmux.conf:

    set -g @plugin 'tmux-plugins/tmux-sensible
    ....
    # last line in tmux.conf
    run '~/.tmux/plugins/tpm/tpm'
    
  • Instead of prefix + I, manually clone the plugin to the right dir. The path for <plugin-name> is: ~/.tmux/plugins/<plugin-name>. For example, for tmux-sensible you'd do:

    $ git clone [email protected]:tmux-plugins/tmux-sensible.git ~/.tmux/plugins/tmux-sensible
    
  • Then source tmux.conf with:

    $ tmux source-file ~/.tmux.conf
    
  • And the plugin should now work.

Let me know if this helps. Also, why doesn't git https clone work for you?

from tpm.

isthisthat avatar isthisthat commented on August 16, 2024

Yup that was what I ended up doing. I think https doesn't work because of firewalls and things... Thanks for your reply.

from tpm.

olafur-palsson avatar olafur-palsson commented on August 16, 2024

My error was because the plugins folder was not writable, using sudo fixed it.

from tpm.

GregHilston avatar GregHilston commented on August 16, 2024

I'm having this issue still, with tmux 3.1c and TPM commit b699a7e01c253ffb7818b02d62bce24190ec1019

My plugins folder is writable as well.

from tpm.

saqwed avatar saqwed commented on August 16, 2024

Try to add your http_proxy and https_proxy into /etc/environment and reboot to try again, this method works to me.

from tpm.

subtleseeker avatar subtleseeker commented on August 16, 2024

I deleted all plugins except tpm in ~/.tmux/plugins and did prefix + I again. This re-fetched the plugins again.

from tpm.

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.