mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🔗 Update links to signin issue
This commit is contained in:
parent
078d466acf
commit
83b9086779
2 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,9 @@ enum MASError: Error, CustomStringConvertible {
|
||||||
|
|
||||||
case .signInDisabled:
|
case .signInDisabled:
|
||||||
return "The 'signin' command has been disabled on this macOS version. " +
|
return "The 'signin' command has been disabled on this macOS version. " +
|
||||||
|
"Please sign into the Mac App Store app manually." +
|
||||||
"\nFor more info see: " +
|
"\nFor more info see: " +
|
||||||
"https://github.com/mas-cli/mas/pull/162"
|
"https://github.com/mas-cli/mas/issues/164"
|
||||||
|
|
||||||
case .signInFailed(let error):
|
case .signInFailed(let error):
|
||||||
if let error = error {
|
if let error = error {
|
||||||
|
|
|
@ -90,7 +90,7 @@ To sign into the Mac App Store for the first time run `mas signin`.
|
||||||
|
|
||||||
> ⚠️ Due to breaking changes in the underlying API that mas uses to interact with the Mac App Store,
|
> ⚠️ Due to breaking changes in the underlying API that mas uses to interact with the Mac App Store,
|
||||||
> the `signin` command has been temporarily disabled on macOS 10.13+ ⛔.
|
> the `signin` command has been temporarily disabled on macOS 10.13+ ⛔.
|
||||||
> For more information on this issue, see [#162](https://github.com/mas-cli/mas/pull/162).
|
> For more information on this issue, see [#164](https://github.com/mas-cli/mas/issues/164).
|
||||||
|
|
||||||
If you experience issues signing in this way, you can ask to signin using a graphical dialog (provided by Mac App Store application):
|
If you experience issues signing in this way, you can ask to signin using a graphical dialog (provided by Mac App Store application):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue