I cannot get updates on my clone

Issue #35 closed
Former user created an issue

Hi,

I cloned PhoSim around when v3.7.2 came out. Running git pull does not bring down any of the subsequent patch releases. git remote -v shows

origin  http://bitbucket.org/phosim/phosim_release.git (fetch)
origin  http://bitbucket.org/phosim/phosim_release.git (push)

Are there some restrictive permission settings on this repository?

Comments (2)

  1. John Peterson

    try

    git pull --tags

    since the tags are often just stubs to the main release (in this case v3.7), then i think this is often necessary, depending on your git configuration.

  2. Log in to comment