MacTeX 2015 をインストール後、TeX Live ユーティリティを起動するとログに
「Looks like you're using TeX Live 18446744....」(正しくは「... TeX Live 2015」となるはず)
と書かれ、「ホームボタン」を押すと「内部エラー」となったり、リポジトリにアクセスできなかったりします。
この状況で、ターミナルで tlmgr --version を実行すると、以下の結果が現れます。
tlmgr revision 37488 (2015-05-23 19:58:40 +0200)
tlmgr using installation: /usr/local/texlive/2015
解決策は https://github.com/amaxwell/tlutility/issues/17#issuecomment-111517743 にありました。
以下の内容のテキストファイルを作成し、
/usr/local/texlive/2015/release-texlive.txt
として保存するというものです。
=====
TeX Live (http://tug.org/texlive) version 2015
This file is public domain. It is read by install-tl --version,
tlmgr --version, and texconfig conf, and a final line appended with
the precise version number by tl-update-images during a build.
The following blank line at the end helps avoid confusing output when
used directly from svn, so don't delete it.
====(最後の空行まで含む)
その結果、TeX Live ユーティリティは正しく動作するようになり、
ターミナルで tlmgr --version を実行した結果は以下のように末尾に1行増えます。
tlmgr revision 37488 (2015-05-23 19:58:40 +0200)
tlmgr using installation: /usr/local/texlive/2015
TeX Live (http://tug.org/texlive) version 2015
以上、ご報告まで。(pretest のときはこのバグはなかったそうです。)
なお、ファイルの作成は、テキストエディットではなく、nano などを利用する必要があります。
sudo nano /usr/local/texlive/2015/release-texlive.txt