I guess I'll have to try again tomorrow since it appears that the website is down.
user@server1:~/Downloads$ git clone
https://bitbucket.org/updatelee/v4l-updatelee
Cloning into 'v4l-updatelee'...
error: RPC failed; result=22, HTTP code = 504
fatal: The remote end hung up unexpectedly
I tried again. I'm not sure if the problem is on my end or not. Some searches blame a proxy but I'm not using a proxy. I tried following the info at
https://confluence.atlassian.com/display/STASHKB/Can't+clone+or+pull+due+to+a+git+outbound+proxy. Based on that link, this is what I get:
user@UbuntuCustom:~$ git config --system --get https.proxy
user@UbuntuCustom:~$ git config --system --get http.proxy
user@UbuntuCustom:~$ git config --global --get https.proxy
user@UbuntuCustom:~$ git config --global --get http.proxy
user@UbuntuCustom:~$ cat $HOME/.gitconfig
cat: /home/user/.gitconfig: No such file or directory
Below is what I get from following the instructions at
https://bitbucket.org/updatelee/v4l-updatelee#clone
user@UbuntuCustom:~$ sudo apt-get install git build-essential linux-headers-generic ncurses-dev libproc-processtable-perl fakeroot
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
build-essential is already the newest version.
fakeroot is already the newest version.
libncurses5-dev is already the newest version.
libproc-processtable-perl is already the newest version.
git is already the newest version.
linux-headers-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
user@UbuntuCustom:~$ cd Downloads
user@UbuntuCustom:~/Downloads$ git clone
https://bitbucket.org/updatelee/v4l-updatelee
Cloning into 'v4l-updatelee'...
error: RPC failed; result=22, HTTP code = 504
fatal: The remote end hung up unexpectedly
user@UbuntuCustom:~/Downloads$ git clone
https://bitbucket.org/updatelee/v4l-updatelee.git
Cloning into 'v4l-updatelee'...
error: RPC failed; result=22, HTTP code = 504
fatal: The remote end hung up unexpectedly
user@UbuntuCustom:~/Downloads$ git clone
git@bitbucket.org:updatelee/v4l-updatelee.git
Cloning into 'v4l-updatelee'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists
user@UbuntuCustom:~/Downloads$
So, unless someone knows a solution, I will abandon this effort.